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).
This commit is contained in:
parent
0ca3b6a4da
commit
592ac08505
|
@ -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>
|
.include <bsd.own.mk>
|
||||||
|
|
||||||
|
@ -331,4 +331,6 @@ SUBDIR+= emdtv
|
||||||
SUBDIR+= iscsi
|
SUBDIR+= iscsi
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
|
SUBDIR+= examples # build these regularly to avoid bit-rot
|
||||||
|
|
||||||
.include <bsd.subdir.mk>
|
.include <bsd.subdir.mk>
|
||||||
|
|
Loading…
Reference in New Issue