diff options
author | ru <ru@FreeBSD.org> | 2004-12-21 09:33:47 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2004-12-21 09:33:47 +0000 |
commit | 74176cc1618932a3f20bb4d6cd287faf3fb63332 (patch) | |
tree | dcfb6380484a67e96d7ddeee0502d82b9078ed14 /share/examples | |
parent | 3b01b845055a6c3374f14bc8997be5a5d299cd8c (diff) | |
download | FreeBSD-src-74176cc1618932a3f20bb4d6cd287faf3fb63332.zip FreeBSD-src-74176cc1618932a3f20bb4d6cd287faf3fb63332.tar.gz |
NODOCCOMPRESS -> NO_DOCCOMPRESS
NOINFO -> NO_INFO
NOINFOCOMPRESS -> NO_INFOCOMPRESS
NOLINT -> NO_LINT
NOPIC -> NO_PIC
NOPROFILE -> NO_PROFILE
Diffstat (limited to 'share/examples')
-rw-r--r-- | share/examples/etc/make.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/examples/etc/make.conf b/share/examples/etc/make.conf index 5818569..05be9d1 100644 --- a/share/examples/etc/make.conf +++ b/share/examples/etc/make.conf @@ -119,7 +119,7 @@ #NO_GDB= # do not build GDB #NO_I4B= # do not build isdn4bsd package #NOINET6= # do not build IPv6 related programs and libraries -#NOINFO= # do not make or install info files +#NO_INFO= # do not make or install info files #NO_IPFILTER= # do not build IP Filter package #NOIPSEC= # do not build traceroute(8) with IPSEC support #NO_KERBEROS= # do not build and install Kerberos 5 (KTH Heimdal) @@ -135,7 +135,7 @@ #NO_OPENSSH= # do not build OpenSSH #NO_OPENSSL= # do not build OpenSSL (implies NO_KERBEROS/NO_OPENSSH) #NO_PF= # do not build PF firewall package -#NOPROFILE= # Avoid compiling profiled libraries +#NO_PROFILE= # Avoid compiling profiled libraries #NO_SENDMAIL= # do not build sendmail and related programs #NOSHARE= # do not go into the share subdir #NOSHARED= # build /bin and /sbin dynamically linked (bad idea |