Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/modules Ooops, remove a local change that wasn't suppose...



details:   https://anonhg.NetBSD.org/src/rev/9ab492c7e0d6
branches:  trunk
changeset: 341993:9ab492c7e0d6
user:      pgoyette <pgoyette%NetBSD.org@localhost>
date:      Wed Dec 02 00:07:35 2015 +0000

description:
Ooops, remove a local change that wasn't supposed to be committed.

diffstat:

 sys/modules/Makefile |  3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diffs (17 lines):

diff -r 6234f7308d88 -r 9ab492c7e0d6 sys/modules/Makefile
--- a/sys/modules/Makefile      Tue Dec 01 23:59:16 2015 +0000
+++ b/sys/modules/Makefile      Wed Dec 02 00:07:35 2015 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.159 2015/12/01 23:58:19 pgoyette Exp $
+#      $NetBSD: Makefile,v 1.160 2015/12/02 00:07:35 pgoyette Exp $
 
 .include <bsd.own.mk>
 
@@ -48,7 +48,6 @@
 SUBDIR+=       if_smsc
 SUBDIR+=       iic
 SUBDIR+=       kernfs
-SUBDIR+=       ksem
 SUBDIR+=       layerfs
 SUBDIR+=       lfs
 SUBDIR+=       lua



Home | Main Index | Thread Index | Old Index