Deleted Added
full compact
bsd.opts.mk (291955) bsd.opts.mk (292084)
1# $FreeBSD: head/share/mk/bsd.opts.mk 291955 2015-12-07 19:15:52Z emaste $
1# $FreeBSD: head/share/mk/bsd.opts.mk 292084 2015-12-11 05:39:44Z imp $
2#
3# Option file for 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

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

99MK_${var}:=no
100.endif
101.endfor
102
103.if ${MK_STAGING} == "no"
104MK_STALE_STAGED= no
105.endif
106
2#
3# Option file for 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

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

99MK_${var}:=no
100.endif
101.endfor
102
103.if ${MK_STAGING} == "no"
104MK_STALE_STAGED= no
105.endif
106
107.include <bsd.cpu.mk>
108
107.endif # !_WITHOUT_SRCCONF
108
109.endif
109.endif # !_WITHOUT_SRCCONF
110
111.endif