da89782f7d
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.
34 lines
385 B
Makefile
34 lines
385 B
Makefile
# $FreeBSD$
|
|
|
|
.include <src.opts.mk>
|
|
|
|
SUBDIR= console \
|
|
diskmgmt \
|
|
docsinstall \
|
|
dot \
|
|
include \
|
|
includes \
|
|
mouse \
|
|
networking \
|
|
packages \
|
|
password \
|
|
security \
|
|
share \
|
|
startup \
|
|
timezone \
|
|
ttys \
|
|
usermgmt
|
|
|
|
.if ${MK_EXAMPLES} != "no"
|
|
SUBDIR+= examples
|
|
.endif
|
|
|
|
FILESDIR= ${LIBEXECDIR}/bsdconfig
|
|
FILES= USAGE
|
|
|
|
SCRIPTS= bsdconfig
|
|
|
|
MAN= bsdconfig.8
|
|
|
|
.include <bsd.prog.mk>
|