diff options
| author | Wolfram Schneider <wosch@FreeBSD.org> | 1996-01-24 00:18:29 +0000 |
|---|---|---|
| committer | Wolfram Schneider <wosch@FreeBSD.org> | 1996-01-24 00:18:29 +0000 |
| commit | 7848c5e3b3226881e9370ffefe153376d62c7195 (patch) | |
| tree | d55cf09d7793aa4e97428ecb082305ab1f89e14d /gnu | |
| parent | 8eeb71d7099073e207bafa18fa4b3e2d54aedd9b (diff) | |
Notes
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/usr.bin/man/manpath/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/usr.bin/man/manpath/Makefile b/gnu/usr.bin/man/manpath/Makefile index 899756c3b1a44..cd345eee4c465 100644 --- a/gnu/usr.bin/man/manpath/Makefile +++ b/gnu/usr.bin/man/manpath/Makefile @@ -17,6 +17,7 @@ DPADD+= ${MAN1} CFLAGS+= -DMAIN -DSTDC_HEADERS -DPOSIX -DHAS_TROFF -DDO_UNCOMPRESS CFLAGS+= -DALT_SYSTEMS -I${.CURDIR}/../lib -I${.CURDIR}/../lib/obj CLEANFILES+= ${MAN1} +MANDEPEND+= ${MAN1} ${MAN1}: ${.CURDIR}/manpath.man sed -e 's,%libdir%,${libdir},' -e 's,%bindir%,${bindir},' \ |
