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