Add the DragonFly cvs id and perform general cleanups on cvs/rcs/sccs ids. Most
[dragonfly.git] / gnu / usr.bin / man / manpath / Makefile
1 # $FreeBSD: src/gnu/usr.bin/man/manpath/Makefile,v 1.22.2.3 2002/02/01 09:00:02 ru Exp $
2 # $DragonFly: src/gnu/usr.bin/man/manpath/Makefile,v 1.2 2003/06/17 04:25:46 dillon Exp $
3
4 PROG=   manpath
5
6 DPADD=  ${LIBMAN}
7 LDADD=  ${LIBMAN}
8
9 CFLAGS+= -DMAIN -DSTDC_HEADERS -DPOSIX -DHAS_TROFF -DDO_UNCOMPRESS
10 CFLAGS+= -I${.CURDIR}/../lib -I${.OBJDIR}/../lib
11 CLEANFILES+=    manpath.1
12
13 manpath.1: ${.CURDIR}/manpath.man
14         @${ECHO} Making ${.TARGET:T} from ${.ALLSRC:T}; \
15         sed -e 's,%manpath_config_file%,/etc/manpath.config,' \
16         ${.ALLSRC} > ${.TARGET}
17
18 .include <bsd.prog.mk>