summaryrefslogtreecommitdiff
path: root/mk/bsd.makevars.mk
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2005-06-05 04:35:45 +0000
committerrillig <rillig@pkgsrc.org>2005-06-05 04:35:45 +0000
commit16d303a28227ae90d41314c5ccacbc88703881a0 (patch)
treed69c34476ae54279db5444e5eccb2542628e586b /mk/bsd.makevars.mk
parentcadde30985c85d66bf0eb61a37ef55a0aad49f23 (diff)
downloadpkgsrc-16d303a28227ae90d41314c5ccacbc88703881a0.tar.gz
Fixed a typo in a comment.
Diffstat (limited to 'mk/bsd.makevars.mk')
-rw-r--r--mk/bsd.makevars.mk4
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