summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/man
diff options
context:
space:
mode:
authorrgrimes <rgrimes@FreeBSD.org>1993-07-17 06:06:28 +0000
committerrgrimes <rgrimes@FreeBSD.org>1993-07-17 06:06:28 +0000
commit176610e0d8afe3a6ef60e084059c9831262d9386 (patch)
tree45d8937f8905a2c3f84116be863c2e7de4bd1bc1 /gnu/usr.bin/man
parent9ff456cb1072ca16f6d524fecb4c75dd689d31e9 (diff)
downloadFreeBSD-src-176610e0d8afe3a6ef60e084059c9831262d9386.zip
FreeBSD-src-176610e0d8afe3a6ef60e084059c9831262d9386.tar.gz
Removed files that are generated by the Makefile. Fixed Makefile for
make depend so that config.h gets created so make depend does not fail in other directories.
Diffstat (limited to 'gnu/usr.bin/man')
-rw-r--r--gnu/usr.bin/man/lib/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/usr.bin/man/lib/Makefile b/gnu/usr.bin/man/lib/Makefile
index 0d9081d..0990549 100644
--- a/gnu/usr.bin/man/lib/Makefile
+++ b/gnu/usr.bin/man/lib/Makefile
@@ -9,7 +9,7 @@ libman.a:: ${.CURDIR}/config.h
install:
@echo -n
-${.CURDIR}/config.h: ${.CURDIR}/config.h_dist ../Makefile.inc
+depend ${.CURDIR}/config.h: ${.CURDIR}/config.h_dist ../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},' \
OpenPOWER on IntegriCloud