freebsd-dev/usr.sbin/bsdconfig/Makefile
Devin Teske efef5e5c1e Remove NO_OBJ from Makefiles that generate manuals because this causes the
GZIP compressed manuals to appear in ./src instead of the appropriate obj dir.

PR:		conf/175844
Submitted by:	Dominique Goncalves <dominique.goncalves@gmail.com>
2013-02-08 11:14:01 +00:00

32 lines
409 B
Makefile

# $FreeBSD$
SUBDIR= console \
diskmgmt \
docsinstall \
dot \
examples \
include \
mouse \
networking \
password \
security \
share \
startup \
timezone \
ttys \
usermgmt
FILESDIR= ${LIBEXECDIR}/bsdconfig
FILES= USAGE
SCRIPTS= bsdconfig
MAN= bsdconfig.8
beforeinstall:
mkdir -p ${DESTDIR}${FILESDIR}
mkdir -p ${DESTDIR}${SCRIPTSDIR}
mkdir -p ${DESTDIR}${MANDIR}8
.include <bsd.prog.mk>