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

15 lines
251 B
Makefile

#
# $Id$
#
PERL5SRC?= ${.CURDIR}/../../../../../contrib/perl5
MINIPERLOPT?= -I${.OBJDIR}/../../perl/lib -I${.OBJDIR}/../../perl
CLEANFILES+= ${PROG}.1 ${PROG}.PL
.ORDER: ${PROG}.PL ${PROG} ${PROG}.1 ${PROG}.1.gz
STRIP=
.include "../Makefile.inc"