39449b2c8a
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
11 lines
178 B
Makefile
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>
|