aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Evans <bde@FreeBSD.org>1994-08-25 08:36:26 +0000
committerBruce Evans <bde@FreeBSD.org>1994-08-25 08:36:26 +0000
commite4d49cce308ce655e6b6c2a43bc93f64f37a564e (patch)
tree511fe73f4b2ae26c23fc72840468d41fca0fb9ed
parenta5585c6fbd29b6536233c7b061fa4fa12ed74664 (diff)
Notes
-rw-r--r--gnu/usr.bin/man/lib/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/usr.bin/man/lib/Makefile b/gnu/usr.bin/man/lib/Makefile
index 7134c86aa3a5..cb5fd6394d6b 100644
--- a/gnu/usr.bin/man/lib/Makefile
+++ b/gnu/usr.bin/man/lib/Makefile
@@ -10,14 +10,14 @@ NOPROFILE= YES
CFLAGS+= -I${.CURDIR} -DSTDC_HEADERS -DPOSIX -DHAS_TROFF -DDO_COMPRESS -DALT_SYSTEMS
CLEANFILES+= ${CONFH}
-SRCS = util.c gripes.c
+SRCS = util.c gripes.c ${CONFH}
-libman.a:: ${CONFH}
+libman.a:: ${CONFH}
install:
@echo -n
-depend ${CONFH}: ${.CURDIR}/config.h_dist ../Makefile.inc
+${CONFH}: ${.CURDIR}/config.h_dist ${.CURDIR}/../Makefile.inc
sed -e 's,%apropos%,${apropos},' -e 's,%whatis%,${whatis},' \
-e 's,%pager%,${pager},' -e 's,%troff%,${troff},' \
-e 's,%nroff%,${nroff},' -e 's,%tbl%,${tbl},' \