mirror of
https://github.com/opnsense/src.git
synced 2026-04-22 23:02:02 -04:00
One last thing for making sure it works.
This commit is contained in:
parent
caa40a118a
commit
2aaed01e05
1 changed files with 2 additions and 1 deletions
|
|
@ -14,7 +14,8 @@ MAN1=${.CURDIR}/manpath.1
|
|||
.endif
|
||||
|
||||
DPADD+= ${MAN1}
|
||||
CFLAGS+= -I${.CURDIR}/../lib -DMAIN -DSTDC_HEADERS -DPOSIX -DHAS_TROFF -DDO_UNCOMPRESS -DALT_SYSTEMS
|
||||
CFLAGS+= -DMAIN -DSTDC_HEADERS -DPOSIX -DHAS_TROFF -DDO_UNCOMPRESS
|
||||
CFLAGS+= -DALT_SYSTEMS -I${.CURDIR}/../lib -I${.CURDIR}/../lib/obj
|
||||
|
||||
${MAN1}: ${.CURDIR}/manpath.man
|
||||
sed -e 's,%libdir%,${libdir},' -e 's,%bindir%,${bindir},' \
|
||||
|
|
|
|||
Loading…
Reference in a new issue