diff options
Diffstat (limited to 'mk/bsd.makevars.mk')
-rw-r--r-- | mk/bsd.makevars.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/bsd.makevars.mk b/mk/bsd.makevars.mk index c0771252aa6..4d92635bdb3 100644 --- a/mk/bsd.makevars.mk +++ b/mk/bsd.makevars.mk @@ -1,11 +1,11 @@ -# $NetBSD: bsd.makevars.mk,v 1.2 2005/06/01 17:05:19 jlam Exp $ +# $NetBSD: bsd.makevars.mk,v 1.3 2005/06/05 04:35:45 rillig Exp $ # # This Makefile fragment is included by bsd.prefs.mk to set all of # the variables saved through MAKEVARS. Typical usage is: # # .include "../../mk/bsd.prefs.mk" # -# .if !define(EXPENSIVE_VAR) +# .if !defined(EXPENSIVE_VAR) # EXPENSIVE_VAR!= ( ... an expensive computation ... ) # .endif # MAKEVARS+= EXPENSIVE_VAR |