summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/man/lib/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/usr.bin/man/lib/Makefile')
-rw-r--r--gnu/usr.bin/man/lib/Makefile27
1 files changed, 0 insertions, 27 deletions
diff --git a/gnu/usr.bin/man/lib/Makefile b/gnu/usr.bin/man/lib/Makefile
deleted file mode 100644
index d707316..0000000
--- a/gnu/usr.bin/man/lib/Makefile
+++ /dev/null
@@ -1,27 +0,0 @@
-# $FreeBSD$
-
-LIB= man
-INTERNALLIB=
-
-CFLAGS+= -DSTDC_HEADERS
-CLEANFILES+= config.h
-SRCS= gripes.c util.c
-
-# Kludge to create config.h for other modules. The library itself doesn't
-# depend on config.h.
-SRCS+= config.h
-
-config.h: ${.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},' \
- -e 's,%col%,${col},' -e 's,%pic%,${pic},' \
- -e 's,%eqn%,${eqn},' -e 's,%neqn%,${neqn},' \
- -e 's,%vgrind%,${vgrind},' -e 's,%refer%,${refer},' \
- -e 's,%grap%,${grap},' -e 's,%zcat%,${zcat},' \
- -e 's,%manpath_config_file%,${manpath_config_file},' \
- -e 's,%compress%,${compress},' \
- -e 's,%compext%,${compext},' \
- ${.CURDIR}/config.h_dist > ${.TARGET}
-
-.include <bsd.lib.mk>
OpenPOWER on IntegriCloud