diff options
| author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1997-04-11 05:17:25 +0000 |
|---|---|---|
| committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1997-04-11 05:17:25 +0000 |
| commit | 2f1dba3bffab74c21cb7ef4c96cc8912555c9fca (patch) | |
| tree | 6a3ad300d10174286f477dd34404cf0d95364914 | |
| parent | aa9930a9696fbf772561133a2218658f93224970 (diff) | |
Notes
| -rw-r--r-- | gnu/usr.bin/man/lib/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/usr.bin/man/lib/Makefile b/gnu/usr.bin/man/lib/Makefile index 525bb1ee1f5b..e2e33802067d 100644 --- a/gnu/usr.bin/man/lib/Makefile +++ b/gnu/usr.bin/man/lib/Makefile @@ -6,7 +6,7 @@ CFLAGS+= -DSTDC_HEADERS CLEANFILES+= config.h SRCS= gripes.c util.c -all: config.h +all depend: config.h config.h: ${.CURDIR}/config.h_dist ${.CURDIR}/../Makefile.inc sed -e 's,%apropos%,${apropos},' -e 's,%whatis%,${whatis},' \ |
