mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-18 10:35:55 +00:00
efef5e5c1e
GZIP compressed manuals to appear in ./src instead of the appropriate obj dir. PR: conf/175844 Submitted by: Dominique Goncalves <dominique.goncalves@gmail.com>
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>
|