mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Removed manpath.1 and added CLEANFILES directive to Makefile since it's
made automagically.
This commit is contained in:
parent
7784cc2f09
commit
d696f8b647
1 changed files with 1 additions and 0 deletions
|
|
@ -16,6 +16,7 @@ MAN1=${.CURDIR}/manpath.1
|
|||
DPADD+= ${MAN1}
|
||||
CFLAGS+= -DMAIN -DSTDC_HEADERS -DPOSIX -DHAS_TROFF -DDO_UNCOMPRESS
|
||||
CFLAGS+= -DALT_SYSTEMS -I${.CURDIR}/../lib -I${.CURDIR}/../lib/obj
|
||||
CLEANFILES+= ${MAN1}
|
||||
|
||||
${MAN1}: ${.CURDIR}/manpath.man
|
||||
sed -e 's,%libdir%,${libdir},' -e 's,%bindir%,${bindir},' \
|
||||
|
|
|
|||
Loading…
Reference in a new issue