Provide a default for USE_GCC4 (no currently) so it can be tested against
This commit is contained in:
parent
aac6b8bd1f
commit
ba3b1be79f
@ -1,4 +1,4 @@
|
||||
# $NetBSD: bsd.own.mk,v 1.444 2006/03/20 18:18:41 christos Exp $
|
||||
# $NetBSD: bsd.own.mk,v 1.445 2006/03/29 21:03:39 jmc Exp $
|
||||
|
||||
.if !defined(_BSD_OWN_MK_)
|
||||
_BSD_OWN_MK_=1
|
||||
@ -686,6 +686,13 @@ USE_${var}?= yes
|
||||
USE_${var}?= yes
|
||||
.endfor
|
||||
|
||||
#
|
||||
# USE_* options which default to "no".
|
||||
#
|
||||
.for var in GCC4
|
||||
USE_${var}?= no
|
||||
.endfor
|
||||
|
||||
#
|
||||
# Because XFree86 3.3.6 was EOLed all ports use XFree86 4.x now.
|
||||
# We keep this definition for backwards compatiblity.
|
||||
|
Loading…
Reference in New Issue
Block a user