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:
pgoyette 2015-05-14 01:34:31 +00:00
parent 0ca3b6a4da
commit 592ac08505
1 changed files with 3 additions and 1 deletions

View File

@ -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>