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