diff options
author | wosch <wosch@FreeBSD.org> | 1996-01-24 00:18:29 +0000 |
---|---|---|
committer | wosch <wosch@FreeBSD.org> | 1996-01-24 00:18:29 +0000 |
commit | 0fcfb3b175334a93704ccaa59063a49680e255d4 (patch) | |
tree | d55cf09d7793aa4e97428ecb082305ab1f89e14d /gnu | |
parent | 783b341893c60ef01ab0177de0ffacbdee4804a1 (diff) | |
download | FreeBSD-src-0fcfb3b175334a93704ccaa59063a49680e255d4.zip FreeBSD-src-0fcfb3b175334a93704ccaa59063a49680e255d4.tar.gz |
manpath.1 depend on manpath.man
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 899756c..cd345ee 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},' \ |