freebsd-dev/usr.sbin/sysrc/Makefile
Devin Teske 2a357efa9c Import sysutils/sysrc from the ports tree (current version 5.1). Importing
disconnected under the WITH_BSDCONFIG flag (a good idea since this version of
sysrc(8) indeed requires the `sysrc.subr' module installed by bsdconfig(8)).

Multiple reasons sysrc should not simply continue to live in ports. The most
important being that it is tightly coupled with the base.

Approved by:	adrian (co-mentor)
2012-10-03 02:32:47 +00:00

14 lines
156 B
Makefile

# $FreeBSD$
NO_OBJ=
SCRIPTS= sysrc
MAN= sysrc.8
beforeinstall:
mkdir -p ${DESTDIR}${SCRIPTSDIR}
mkdir -p ${DESTDIR}${MANDIR}8
.include <bsd.prog.mk>