Add the DragonFly cvs id and perform general cleanups on cvs/rcs/sccs ids. Most
[dragonfly.git] / gnu / usr.bin / perl / x2p / find2pl / Makefile
1 #
2 # $FreeBSD: src/gnu/usr.bin/perl/x2p/find2pl/Makefile,v 1.3.2.1 2000/10/05 09:54:57 markm Exp $
3 # $DragonFly: src/gnu/usr.bin/perl/x2p/find2pl/Attic/Makefile,v 1.2 2003/06/17 04:25:47 dillon Exp $
4 #
5
6 PROG=   find2perl
7 NOMAN=  true
8
9 ${PROG}: ${PROG}.PL
10         ${MINIPERL} ${MINIPERLOPT} ${.OODATE}
11
12 ${PROG}.1: ${PROG}.PL
13         ${MINIPERL} ${MINIPERLOPT} ${.OBJDIR}/../../pod/pod2man/pod2man ${.OODATE} > ${.TARGET}
14
15 CLEANFILES+=    ${PROG}.1 ${PROG}.PL
16
17 .include <bsd.prog.mk>
18
19 ${PROG}.PL: ${PERL5SRC}/x2p/${PROG}.PL
20         @ln -sf ${.OODATE} ${.TARGET}