mirror of
https://github.com/opnsense/src.git
synced 2026-03-17 08:02:24 -04:00
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
10 lines
178 B
Makefile
10 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>
|