Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/modules Remove obsolete ksem entry to prevent build break.
details: https://anonhg.NetBSD.org/src/rev/72c786d33844
branches: trunk
changeset: 994899:72c786d33844
user: msaitoh <msaitoh%NetBSD.org@localhost>
date: Tue Nov 27 05:39:00 2018 +0000
description:
Remove obsolete ksem entry to prevent build break.
diffstat:
sys/modules/Makefile | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
diffs (17 lines):
diff -r 3109a32285a5 -r 72c786d33844 sys/modules/Makefile
--- a/sys/modules/Makefile Tue Nov 27 03:56:37 2018 +0000
+++ b/sys/modules/Makefile Tue Nov 27 05:39:00 2018 +0000
@@ -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+= ld
SUBDIR+= ld_nvme
SUBDIR+= nvme
-SUBDIR+= ksem
.endif
SUBDIR+= examples # build these regularly to avoid bit-rot
Home |
Main Index |
Thread Index |
Old Index