summaryrefslogtreecommitdiff
path: root/sys/modules
diff options
context:
space:
mode:
authormsaitoh <msaitoh@NetBSD.org>2018-11-27 05:39:00 +0000
committermsaitoh <msaitoh@NetBSD.org>2018-11-27 05:39:00 +0000
commitd7185b697b68dc1daf8467fee0245e070bb7a296 (patch)
tree8e1008c8a1a72a98ae494ac84bef32cb43a3f501 /sys/modules
parent922e07ebbfe03d8a9e1e75efae80754a733fff81 (diff)
Remove obsolete ksem entry to prevent build break.
Diffstat (limited to 'sys/modules')
-rw-r--r--sys/modules/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/modules/Makefile b/sys/modules/Makefile
index 7f848600d47..13275871f9b 100644
--- a/sys/modules/Makefile
+++ b/sys/modules/Makefile
@@ -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