Deleted Added
full compact
src.opts.mk (300354) src.opts.mk (301226)
1# $FreeBSD: head/share/mk/src.opts.mk 300354 2016-05-21 01:32:23Z bdrewery $
1# $FreeBSD: head/share/mk/src.opts.mk 301226 2016-06-02 19:06:04Z lidl $
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

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

51 AT \
52 ATM \
53 AUDIT \
54 AUTHPF \
55 AUTOFS \
56 BHYVE \
57 BINUTILS \
58 BINUTILS_BOOTSTRAP \
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

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

51 AT \
52 ATM \
53 AUDIT \
54 AUTHPF \
55 AUTOFS \
56 BHYVE \
57 BINUTILS \
58 BINUTILS_BOOTSTRAP \
59 BLACKLIST \
59 BLUETOOTH \
60 BOOT \
61 BOOTPARAMD \
62 BOOTPD \
63 BSD_CPIO \
64 BSDINSTALL \
65 BSNMP \
66 BZIP2 \

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

369# Set defaults for the MK_*_SUPPORT variables.
370#
371
372#
373# MK_*_SUPPORT options which default to "yes" unless their corresponding
374# MK_* variable is set to "no".
375#
376.for var in \
60 BLUETOOTH \
61 BOOT \
62 BOOTPARAMD \
63 BOOTPD \
64 BSD_CPIO \
65 BSDINSTALL \
66 BSNMP \
67 BZIP2 \

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

370# Set defaults for the MK_*_SUPPORT variables.
371#
372
373#
374# MK_*_SUPPORT options which default to "yes" unless their corresponding
375# MK_* variable is set to "no".
376#
377.for var in \
378 BLACKLIST \
377 BZIP2 \
378 GNU \
379 INET \
380 INET6 \
381 KERBEROS \
382 KVM \
383 NETGRAPH \
384 PAM \

--- 37 unchanged lines hidden ---
379 BZIP2 \
380 GNU \
381 INET \
382 INET6 \
383 KERBEROS \
384 KVM \
385 NETGRAPH \
386 PAM \

--- 37 unchanged lines hidden ---