10c9ec1d2f
/usr/src has to carefully watch the Perl port to keep this in sync. But this is the only way I am allowed to fix the mozzila build (and other USE_PERL5 ports).
11 lines
178 B
Makefile
11 lines
178 B
Makefile
# $FreeBSD$
|
|
|
|
PROG= perl
|
|
NOMAN=
|
|
WARNS?= 6
|
|
LINKS= ${BINDIR}/perl ${BINDIR}/perl5 \
|
|
${BINDIR}/perl ${BINDIR}/perl5.6.1 \
|
|
${BINDIR}/perl ${BINDIR}/suidperl
|
|
|
|
.include <bsd.prog.mk>
|