diff options
author | obrien <obrien@FreeBSD.org> | 2002-11-27 17:46:26 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2002-11-27 17:46:26 +0000 |
commit | 580898be412559d648c0454fd631ca1bc63562a5 (patch) | |
tree | 9927edca799ea69f91631e6e61104cdf1a241938 /share/examples/etc | |
parent | 4100ca60e349cbed2d5c8eaff9451ec65dcdb2e8 (diff) | |
download | FreeBSD-src-580898be412559d648c0454fd631ca1bc63562a5.zip FreeBSD-src-580898be412559d648c0454fd631ca1bc63562a5.tar.gz |
As warned on freebsd-current@, remove the perl wrapper from /usr/src.
The /usr/bin/perl wrapper isn't solving many of the problems it was
imported to deal with. There are limitations to it that don't have a
clear "fix".
Reviewed by: markm, kris
Extorted approval from: re(jhb)
Diffstat (limited to 'share/examples/etc')
-rw-r--r-- | share/examples/etc/make.conf | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/share/examples/etc/make.conf b/share/examples/etc/make.conf index a0d269e..1cfcfd9 100644 --- a/share/examples/etc/make.conf +++ b/share/examples/etc/make.conf @@ -113,7 +113,6 @@ #NO_OBJC= true # do not build Objective C support #NO_OPENSSH= true # do not build OpenSSH #NO_OPENSSL= true # do not build OpenSSL (implies NO_OPENSSH) -#NO_PERL_WRAPPER= true # do not build the wrapper in /usr/bin/perl #NO_SENDMAIL= true # do not build sendmail and related programs #NO_SHAREDOCS= true # do not build the 4.4BSD legacy docs #NO_TCSH= true # do not build and install /bin/csh (which is tcsh) |