freebsd-dev/gnu/usr.bin/perl/Makefile
Mark Murray e284cfe41e [ Very nasty nautical expletive removed ]
Remove debugging code that should never have been committed.
2001-09-21 13:50:31 +00:00

24 lines
503 B
Makefile

# $FreeBSD$
.ifmake !install && !distribute
_MINI= miniperl
.endif
SUBDIR= libperl ${_MINI} perl suidperl library pod utils x2p BSDPAN
MAINTAINER=markm@freebsd.org
.BEGIN:
.ifmake depend || all
if [ \! -f ${.OBJDIR}/build-tools ] ; then \
cd ${.CURDIR}/libperl && ${MAKE} depend && ${MAKE} all ; \
cd ${.CURDIR}/miniperl && ${MAKE} depend && ${MAKE} all ; \
touch ${.OBJDIR}/build-tools ; \
fi
.endif
.ifmake cleandir || clean
@rm -f ${.OBJDIR}/build-tools
.endif
.include <bsd.subdir.mk>