2a357efa9c
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)
14 lines
156 B
Makefile
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>
|