bsdconfig: Make examples optional

PR:		bin/228485
Submitted by:	Dmitry Wagin <dmitry.wagin@ya.ru>
Reported by:	Dmitry Wagin <dmitry.wagin@ya.ru>
MFC after:	1 week
Sponsored by:	Smule, Inc.
This commit is contained in:
dteske 2018-06-17 21:09:21 +00:00
parent ba0e3329fc
commit b734628395

View File

@ -1,10 +1,11 @@
# $FreeBSD$
.include <src.opts.mk>
SUBDIR= console \
diskmgmt \
docsinstall \
dot \
examples \
include \
includes \
mouse \
@ -18,6 +19,10 @@ SUBDIR= console \
ttys \
usermgmt
.if ${MK_EXAMPLES} != "no"
SUBDIR+= examples
.endif
FILESDIR= ${LIBEXECDIR}/bsdconfig
FILES= USAGE