src.opts.mk (ae3019ca089722bfac8a1f8b7a8962fa769d90fe) | src.opts.mk (8faa40d1a0ff1956fe7c3d857bf5bcba2272a9d1) |
---|---|
1# $FreeBSD$ 2# 3# Option file for FreeBSD /usr/src builds. 4# 5# Users define WITH_FOO and WITHOUT_FOO on the command line or in /etc/src.conf 6# and /etc/make.conf files. These translate in the build system to MK_FOO={yes,no} 7# with sensible (usually) defaults. 8# --- 112 unchanged lines hidden (view full) --- 121 LOCALES \ 122 LOCATE \ 123 LPR \ 124 LS_COLORS \ 125 LZMA_SUPPORT \ 126 MAIL \ 127 MAILWRAPPER \ 128 MAKE \ | 1# $FreeBSD$ 2# 3# Option file for FreeBSD /usr/src builds. 4# 5# Users define WITH_FOO and WITHOUT_FOO on the command line or in /etc/src.conf 6# and /etc/make.conf files. These translate in the build system to MK_FOO={yes,no} 7# with sensible (usually) defaults. 8# --- 112 unchanged lines hidden (view full) --- 121 LOCALES \ 122 LOCATE \ 123 LPR \ 124 LS_COLORS \ 125 LZMA_SUPPORT \ 126 MAIL \ 127 MAILWRAPPER \ 128 MAKE \ |
129 MANDOCDB \ |
|
129 NDIS \ 130 NETCAT \ 131 NETGRAPH \ 132 NLS_CATALOGS \ 133 NS_CACHING \ 134 NTP \ 135 OPENSSL \ 136 PAM \ --- 45 unchanged lines hidden (view full) --- 182 HESIOD \ 183 LLDB \ 184 NAND \ 185 OFED \ 186 OPENLDAP \ 187 OPENSSH_NONE_CIPHER \ 188 SHARED_TOOLCHAIN \ 189 SORT_THREADS \ | 130 NDIS \ 131 NETCAT \ 132 NETGRAPH \ 133 NLS_CATALOGS \ 134 NS_CACHING \ 135 NTP \ 136 OPENSSL \ 137 PAM \ --- 45 unchanged lines hidden (view full) --- 183 HESIOD \ 184 LLDB \ 185 NAND \ 186 OFED \ 187 OPENLDAP \ 188 OPENSSH_NONE_CIPHER \ 189 SHARED_TOOLCHAIN \ 190 SORT_THREADS \ |
190 STALE_STAGED \ | |
191 SVN 192 193# 194# Default behaviour of some options depends on the architecture. Unfortunately 195# this means that we have to test TARGET_ARCH (the buildworld case) as well 196# as MACHINE_ARCH (the non-buildworld case). Normally TARGET_ARCH is not 197# used at all in bsd.*.mk, but we have to make an exception here if we want 198# to allow defaults for some things like clang to vary by target architecture. --- 201 unchanged lines hidden --- | 191 SVN 192 193# 194# Default behaviour of some options depends on the architecture. Unfortunately 195# this means that we have to test TARGET_ARCH (the buildworld case) as well 196# as MACHINE_ARCH (the non-buildworld case). Normally TARGET_ARCH is not 197# used at all in bsd.*.mk, but we have to make an exception here if we want 198# to allow defaults for some things like clang to vary by target architecture. --- 201 unchanged lines hidden --- |