Deleted Added
full compact
src.opts.mk (274662) src.opts.mk (275373)
1# $FreeBSD: head/share/mk/src.opts.mk 274662 2014-11-18 17:06:44Z imp $
1# $FreeBSD: head/share/mk/src.opts.mk 275373 2014-12-01 17:49:42Z emaste $
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#
9# Makefiles must include bsd.opts.mk after defining specific MK_FOO options that

--- 145 unchanged lines hidden (view full) ---

155 WPA_SUPPLICANT_EAPOL \
156 ZFS \
157 ZONEINFO
158
159__DEFAULT_NO_OPTIONS = \
160 BSD_GREP \
161 CLANG_EXTRAS \
162 EISA \
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#
9# Makefiles must include bsd.opts.mk after defining specific MK_FOO options that

--- 145 unchanged lines hidden (view full) ---

155 WPA_SUPPLICANT_EAPOL \
156 ZFS \
157 ZONEINFO
158
159__DEFAULT_NO_OPTIONS = \
160 BSD_GREP \
161 CLANG_EXTRAS \
162 EISA \
163 ELFTOOLCHAIN_TOOLS \
163 FMAKE \
164 HESIOD \
165 LLDB \
166 NAND \
167 OFED \
168 OPENLDAP \
169 OPENSSH_NONE_CIPHER \
170 SHARED_TOOLCHAIN \

--- 200 unchanged lines hidden ---
164 FMAKE \
165 HESIOD \
166 LLDB \
167 NAND \
168 OFED \
169 OPENLDAP \
170 OPENSSH_NONE_CIPHER \
171 SHARED_TOOLCHAIN \

--- 200 unchanged lines hidden ---