mirror of
https://github.com/freebsd/freebsd-src
synced 2024-11-05 18:22:52 +00:00
One last thing for making sure it works.
This commit is contained in:
parent
caa40a118a
commit
2aaed01e05
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=177
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