Module Name:    src
Committed By:   pgoyette
Date:           Tue Nov 27 06:31:16 UTC 2018

Modified Files:
        src/sys/modules: Makefile

Log Message:
Remove the rest of my local change that somehow snuck in to an
earlier commit.


To generate a diff of this commit:
cvs rdiff -u -r1.212 -r1.213 src/sys/modules/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/modules/Makefile
diff -u src/sys/modules/Makefile:1.212 src/sys/modules/Makefile:1.213
--- src/sys/modules/Makefile:1.212	Tue Nov 27 05:39:00 2018
+++ src/sys/modules/Makefile	Tue Nov 27 06:31:15 2018
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.212 2018/11/27 05:39:00 msaitoh Exp $
+#	$NetBSD: Makefile,v 1.213 2018/11/27 06:31:15 pgoyette Exp $
 
 .include <bsd.own.mk>
 
@@ -432,13 +432,6 @@ SUBDIR+=	virtio_pci
 SUBDIR+=	vioscsi
 .endif
 
-# We need these four locally	XXX-PRG
-.if ${MACHINE_ARCH} == "x86_64"
-SUBDIR+=	ld
-SUBDIR+=	ld_nvme
-SUBDIR+=	nvme
-.endif
-
 SUBDIR+=	examples	# build these regularly to avoid bit-rot
 
 .include <bsd.subdir.mk>

Reply via email to