mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-20 11:11:24 +00:00
12 lines
147 B
Makefile
12 lines
147 B
Makefile
|
# $FreeBSD$
|
||
|
|
||
|
SCRIPTS= sysrc
|
||
|
|
||
|
MAN= sysrc.8
|
||
|
|
||
|
beforeinstall:
|
||
|
mkdir -p ${DESTDIR}${SCRIPTSDIR}
|
||
|
mkdir -p ${DESTDIR}${MANDIR}8
|
||
|
|
||
|
.include <bsd.prog.mk>
|