freebsd-dev/gnu/usr.bin/perl/pod/pod2man/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

18 lines
281 B
Makefile

#
# $Id$
#
PROG= pod2man
${PROG}: ${PROG}.PL
miniperl ${MINIPERLOPT} ${PROG}.PL
${PROG}.1: ${PROG}.PL
miniperl ${MINIPERLOPT} ${.OBJDIR}/../pod2man/pod2man ${PROG}.PL \
> ${PROG}.1
.include <bsd.prog.mk>
${PROG}.PL: ${PERL5SRC}/pod/${PROG}.PL
cp -p ${.OODATE} ${.TARGET}