freebsd-dev/usr.sbin/bsdconfig/Makefile
Devin Teske 7431dfd458 Follow-up to r255036; remove beforeinstall directives from bsdconfig(8)
Makefile's, fixing concurrent installworld (`make -j17 installworld').

Thanks to:	delphij, emaste
Reviewed by:	delphij
MFC after:	3 days
X-MFC-to:	stable/10, stable/9
2014-11-04 00:14:38 +00:00

29 lines
320 B
Makefile

# $FreeBSD$
SUBDIR= console \
diskmgmt \
docsinstall \
dot \
examples \
include \
includes \
mouse \
networking \
packages \
password \
security \
share \
startup \
timezone \
ttys \
usermgmt
FILESDIR= ${LIBEXECDIR}/bsdconfig
FILES= USAGE
SCRIPTS= bsdconfig
MAN= bsdconfig.8
.include <bsd.prog.mk>