Module Name: src
Committed By: pgoyette
Date: Thu May 14 01:34:31 UTC 2015
Modified Files:
src/sys/modules: Makefile
Log Message:
Descend into the examples to build them all the time. (They will not
be installed, but we still want to make sure they build to avoid any
bit-rot).
To generate a diff of this commit:
cvs rdiff -u -r1.153 -r1.154 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.153 src/sys/modules/Makefile:1.154
--- src/sys/modules/Makefile:1.153 Wed May 13 02:15:34 2015
+++ src/sys/modules/Makefile Thu May 14 01:34:31 2015
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.153 2015/05/13 02:15:34 pgoyette Exp $
+# $NetBSD: Makefile,v 1.154 2015/05/14 01:34:31 pgoyette Exp $
.include <bsd.own.mk>
@@ -331,4 +331,6 @@ SUBDIR+= emdtv
SUBDIR+= iscsi
.endif
+SUBDIR+= examples # build these regularly to avoid bit-rot
+
.include <bsd.subdir.mk>