2002-05-13 11:09:07 +00:00
|
|
|
# $FreeBSD$
|
|
|
|
|
1997-04-10 16:04:43 +00:00
|
|
|
LIB= man
|
|
|
|
INTERNALLIB= true
|
1993-07-07 23:07:02 +00:00
|
|
|
|
1997-04-10 16:04:43 +00:00
|
|
|
CFLAGS+= -DSTDC_HEADERS
|
|
|
|
CLEANFILES+= config.h
|
|
|
|
SRCS= gripes.c util.c
|
1993-07-21 17:18:04 +00:00
|
|
|
|
1997-04-25 20:20:21 +00:00
|
|
|
# Kludge to create config.h for other modules. The library itself doesn't
|
|
|
|
# depend on config.h.
|
1998-03-20 12:13:10 +00:00
|
|
|
SRCS+= config.h
|
1993-07-21 17:18:04 +00:00
|
|
|
|
1997-04-10 16:04:43 +00:00
|
|
|
config.h: ${.CURDIR}/config.h_dist ${.CURDIR}/../Makefile.inc
|
1993-07-16 06:46:42 +00:00
|
|
|
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},' \
|
1994-03-05 13:48:38 +00:00
|
|
|
-e 's,%compress%,${compress},' \
|
|
|
|
-e 's,%compext%,${compext},' \
|
1997-04-10 16:04:43 +00:00
|
|
|
${.CURDIR}/config.h_dist > ${.TARGET}
|
1993-07-16 06:46:42 +00:00
|
|
|
|
1993-07-07 23:07:02 +00:00
|
|
|
.include <bsd.lib.mk>
|