Source-Changes-HG archive

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

[src/trunk]: src/sys/modules Descend into subdir to actually build the new sy...



details:   https://anonhg.NetBSD.org/src/rev/943b6f1bee74
branches:  trunk
changeset: 338161:943b6f1bee74
user:      pgoyette <pgoyette%NetBSD.org@localhost>
date:      Wed May 13 02:15:34 2015 +0000

description:
Descend into subdir to actually build the new sysv_ipc module

diffstat:

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

diffs (17 lines):

diff -r 7a6e7c2d9a33 -r 943b6f1bee74 sys/modules/Makefile
--- a/sys/modules/Makefile      Wed May 13 02:13:08 2015 +0000
+++ b/sys/modules/Makefile      Wed May 13 02:15:34 2015 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.152 2015/05/10 07:41:16 pgoyette Exp $
+#      $NetBSD: Makefile,v 1.153 2015/05/13 02:15:34 pgoyette Exp $
 
 .include <bsd.own.mk>
 
@@ -96,6 +96,7 @@
 SUBDIR+=       sysmon_taskq
 SUBDIR+=       sysmon_wdog
 SUBDIR+=       sysvbfs
+SUBDIR+=       sysv_ipc
 SUBDIR+=       suser
 SUBDIR+=       swcrypto
 SUBDIR+=       swsensor



Home | Main Index | Thread Index | Old Index