diff options
Diffstat (limited to 'gnu/usr.bin/perl/Makefile')
| -rw-r--r-- | gnu/usr.bin/perl/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/gnu/usr.bin/perl/Makefile b/gnu/usr.bin/perl/Makefile index 7c11782dac69..3cce3ab02e1b 100644 --- a/gnu/usr.bin/perl/Makefile +++ b/gnu/usr.bin/perl/Makefile @@ -1,10 +1,6 @@ # $FreeBSD$ -.if defined(BUILD_SUIDPERL) && ${BUILD_SUIDPERL} == "true" -_suidperl= suidperl -.endif - -SUBDIR= libperl miniperl perl ${_suidperl} library pod utils x2p +SUBDIR= libperl miniperl perl suidperl library pod utils x2p MAINTAINER=markm@freebsd.org |
