freebsd-dev/gnu/usr.bin/perl/pod/pod2latex/Makefile
Mark Murray 17168bf62e Bring in the Perl5 BMake files. This ends the easy stuff.
I'll be doiung the rest in stages.
1998-09-09 07:20:33 +00:00

16 lines
191 B
Makefile

#
# $Id$
#
PROG= pod2latex
NOMAN= true
${PROG}: ${PROG}.PL
miniperl ${MINIPERLOPT} ${PROG}.PL
.include <bsd.prog.mk>
${PROG}.PL: ${PERL5SRC}/pod/${PROG}.PL
cp -p ${.OODATE} ${.TARGET}