2012-07-13 23:16:57 -04:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
2018-06-17 17:09:21 -04:00
|
|
|
.include <src.opts.mk>
|
|
|
|
|
|
2012-07-13 23:16:57 -04:00
|
|
|
SUBDIR= console \
|
|
|
|
|
diskmgmt \
|
|
|
|
|
docsinstall \
|
|
|
|
|
dot \
|
|
|
|
|
include \
|
2013-11-20 15:37:21 -05:00
|
|
|
includes \
|
2012-07-13 23:16:57 -04:00
|
|
|
mouse \
|
|
|
|
|
networking \
|
2013-05-07 01:40:20 -04:00
|
|
|
packages \
|
2012-07-13 23:16:57 -04:00
|
|
|
password \
|
|
|
|
|
security \
|
2012-09-18 18:28:42 -04:00
|
|
|
share \
|
2012-07-13 23:16:57 -04:00
|
|
|
startup \
|
|
|
|
|
timezone \
|
|
|
|
|
ttys \
|
|
|
|
|
usermgmt
|
|
|
|
|
|
2018-06-17 17:09:21 -04:00
|
|
|
.if ${MK_EXAMPLES} != "no"
|
|
|
|
|
SUBDIR+= examples
|
|
|
|
|
.endif
|
|
|
|
|
|
2012-07-13 23:16:57 -04:00
|
|
|
FILESDIR= ${LIBEXECDIR}/bsdconfig
|
|
|
|
|
FILES= USAGE
|
|
|
|
|
|
|
|
|
|
SCRIPTS= bsdconfig
|
|
|
|
|
|
|
|
|
|
MAN= bsdconfig.8
|
|
|
|
|
|
|
|
|
|
.include <bsd.prog.mk>
|