Module Name:    src
Committed By:   msaitoh
Date:           Tue Nov 27 05:39:00 UTC 2018

Modified Files:
        src/sys/modules: Makefile

Log Message:
 Remove obsolete ksem entry to prevent build break.


To generate a diff of this commit:
cvs rdiff -u -r1.211 -r1.212 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.211 src/sys/modules/Makefile:1.212
--- src/sys/modules/Makefile:1.211	Tue Nov 27 00:32:13 2018
+++ src/sys/modules/Makefile	Tue Nov 27 05:39:00 2018
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.211 2018/11/27 00:32:13 pgoyette Exp $
+#	$NetBSD: Makefile,v 1.212 2018/11/27 05:39:00 msaitoh Exp $
 
 .include <bsd.own.mk>
 
@@ -437,7 +437,6 @@ SUBDIR+=	vioscsi
 SUBDIR+=	ld
 SUBDIR+=	ld_nvme
 SUBDIR+=	nvme
-SUBDIR+=	ksem
 .endif
 
 SUBDIR+=	examples	# build these regularly to avoid bit-rot

Reply via email to