diff options
author | markm <markm@FreeBSD.org> | 2002-05-16 11:27:33 +0000 |
---|---|---|
committer | markm <markm@FreeBSD.org> | 2002-05-16 11:27:33 +0000 |
commit | 9b9d9d9014490c02957f253ebffebbb6967ee2de (patch) | |
tree | 8774efd16308c982ee426ccb4996dc78a4b74791 /share | |
parent | 0fd3660e0b9a2358cfecf557a2909116aa4265a5 (diff) | |
download | FreeBSD-src-9b9d9d9014490c02957f253ebffebbb6967ee2de.zip FreeBSD-src-9b9d9d9014490c02957f253ebffebbb6967ee2de.tar.gz |
Remove perl hooks.
Pointed out by: des
Diffstat (limited to 'share')
-rw-r--r-- | share/examples/etc/make.conf | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/share/examples/etc/make.conf b/share/examples/etc/make.conf index 22e9a12..eade21b 100644 --- a/share/examples/etc/make.conf +++ b/share/examples/etc/make.conf @@ -79,9 +79,6 @@ # Mtree will follow symlinks #MTREE_FOLLOWS_SYMLINKS= -L # -# To enable installing suidperl with the setuid bit turned on -#ENABLE_SUIDPERL= true -# # To build ppp with normal permissions #PPP_NOSUID= true # @@ -102,7 +99,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= true # do not build perl5. Disables OpenSSL optimizations #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) @@ -111,7 +107,6 @@ #NOGAMES= true # do not build games (games/ subdir) #NOINFO= true # do not make or install info files #NOLIBC_R= true # do not build libc_r (re-entrant version of libc) -#NOPERL= true # Deprecated version of NO_PERL #NOPROFILE= true # Avoid compiling profiled libraries #NOSECURE= true # do not build crypto code in secure/ subdir #NOSHARE= true # do not go into the share subdir |