aboutsummaryrefslogtreecommitdiff
path: root/gnu/usr.bin/man/manpath
diff options
context:
space:
mode:
authorNate Williams <nate@FreeBSD.org>1993-07-21 20:48:37 +0000
committerNate Williams <nate@FreeBSD.org>1993-07-21 20:48:37 +0000
commit2aaed01e053d4847cbbe5b519bba8caee208fc09 (patch)
tree6f1fd98dfae43cceddb0b84f534fa8744c3f3f6a /gnu/usr.bin/man/manpath
parentcaa40a118a0146876e12b0d1c66229978e25b80c (diff)
Notes
Diffstat (limited to 'gnu/usr.bin/man/manpath')
-rw-r--r--gnu/usr.bin/man/manpath/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/usr.bin/man/manpath/Makefile b/gnu/usr.bin/man/manpath/Makefile
index 49d487df5cfc..e03d126379d1 100644
--- a/gnu/usr.bin/man/manpath/Makefile
+++ b/gnu/usr.bin/man/manpath/Makefile
@@ -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},' \