diff options
author | nate <nate@FreeBSD.org> | 1993-07-21 20:48:37 +0000 |
---|---|---|
committer | nate <nate@FreeBSD.org> | 1993-07-21 20:48:37 +0000 |
commit | c358d16a0afd0a1cf92aca317533e54d3505f111 (patch) | |
tree | 6f1fd98dfae43cceddb0b84f534fa8744c3f3f6a /gnu/usr.bin/man/manpath | |
parent | ee78129063eab8399fd4e5e3e03235da3e5045a9 (diff) | |
download | FreeBSD-src-c358d16a0afd0a1cf92aca317533e54d3505f111.zip FreeBSD-src-c358d16a0afd0a1cf92aca317533e54d3505f111.tar.gz |
One last thing for making sure it works.
Diffstat (limited to 'gnu/usr.bin/man/manpath')
-rw-r--r-- | gnu/usr.bin/man/manpath/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/usr.bin/man/manpath/Makefile b/gnu/usr.bin/man/manpath/Makefile index 49d487d..e03d126 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},' \ |