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:
parent
ba0e3329fc
commit
b734628395
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user