freebsd-dev/usr.bin/perl/Makefile
Thomas Quinot 39449b2c8a Prevent the wrapper from looping on itself forever, when there
is a symbolic link in the PATH pointing back to /usr/bin/perl.

Change WARNS from 6 to 5 to account for the fact that sys/time.h,
included from sys/stat.h, produces a warning when compiled with
-pedantic.

PR:		bin/42418
Reviewed by:	roberto
2002-09-10 13:56:30 +00:00

11 lines
178 B
Makefile

# $FreeBSD$
PROG= perl
NOMAN=
WARNS?= 5
LINKS= ${BINDIR}/perl ${BINDIR}/perl5 \
${BINDIR}/perl ${BINDIR}/perl5.6.1 \
${BINDIR}/perl ${BINDIR}/suidperl
.include <bsd.prog.mk>