Module Name: src
Committed By: pgoyette
Date: Wed May 13 02:15:34 UTC 2015
Modified Files:
src/sys/modules: Makefile
Log Message:
Descend into subdir to actually build the new sysv_ipc module
To generate a diff of this commit:
cvs rdiff -u -r1.152 -r1.153 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.152 src/sys/modules/Makefile:1.153
--- src/sys/modules/Makefile:1.152 Sun May 10 07:41:16 2015
+++ src/sys/modules/Makefile Wed May 13 02:15:34 2015
@@ -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_power
SUBDIR+= sysmon_taskq
SUBDIR+= sysmon_wdog
SUBDIR+= sysvbfs
+SUBDIR+= sysv_ipc
SUBDIR+= suser
SUBDIR+= swcrypto
SUBDIR+= swsensor