diff options
| author | Wolfram Schneider <wosch@FreeBSD.org> | 1996-01-24 00:22:27 +0000 |
|---|---|---|
| committer | Wolfram Schneider <wosch@FreeBSD.org> | 1996-01-24 00:22:27 +0000 |
| commit | 98b1043eab5368a536a2fd43962f94df41c3bf99 (patch) | |
| tree | 3ea744e27d407c8bf9c9350ba48c664fff98353f | |
| parent | 7848c5e3b3226881e9370ffefe153376d62c7195 (diff) | |
Notes
| -rw-r--r-- | gnu/usr.bin/man/man/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/usr.bin/man/man/Makefile b/gnu/usr.bin/man/man/Makefile index 8c03e76d1040..f8feae235afd 100644 --- a/gnu/usr.bin/man/man/Makefile +++ b/gnu/usr.bin/man/man/Makefile @@ -20,6 +20,7 @@ DPADD+= ${MAN1} CFLAGS+= -I${.CURDIR}/../lib -DSTDC_HEADERS -DPOSIX -DHAS_TROFF CFLAGS+= -DDO_COMPRESS -DALT_SYSTEMS -DSETREUID -DCATMODE=0664 CLEANFILES+= ${MAN1} +MANDEPEND+= ${MAN1} ${MAN1}: ${.CURDIR}/man.man sed -e 's,%libdir%,${libdir},' -e 's,%bindir%,${bindir},' \ |
