mirror of
https://github.com/opnsense/src.git
synced 2026-02-12 23:36:07 -05:00
GZIP compressed manuals to appear in ./src instead of the appropriate obj dir. PR: conf/175844 Submitted by: Dominique Goncalves <dominique.goncalves@gmail.com>
11 lines
147 B
Makefile
11 lines
147 B
Makefile
# $FreeBSD$
|
|
|
|
SCRIPTS= sysrc
|
|
|
|
MAN= sysrc.8
|
|
|
|
beforeinstall:
|
|
mkdir -p ${DESTDIR}${SCRIPTSDIR}
|
|
mkdir -p ${DESTDIR}${MANDIR}8
|
|
|
|
.include <bsd.prog.mk>
|