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:
Devin Teske 2018-06-17 21:09:21 +00:00
parent 56f63b7364
commit da89782f7d
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=335306

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