diff options
author | jlam <jlam> | 2004-02-05 03:39:17 +0000 |
---|---|---|
committer | jlam <jlam> | 2004-02-05 03:39:17 +0000 |
commit | 08f93ab099ed5df8d7609a2cf31389ea8590c826 (patch) | |
tree | f053da659d7f49835c0291689be849b4de84ae5b /mk/compiler/sunpro.mk | |
parent | c8b119fd66aacc748747d0da23cbc4eae885c8dc (diff) | |
download | pkgsrc-08f93ab099ed5df8d7609a2cf31389ea8590c826.tar.gz |
Simpilfy the test for whether we're inside bsd.prefs.mk.
Diffstat (limited to 'mk/compiler/sunpro.mk')
-rw-r--r-- | mk/compiler/sunpro.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/compiler/sunpro.mk b/mk/compiler/sunpro.mk index aa8a5bcadef..e624e908ded 100644 --- a/mk/compiler/sunpro.mk +++ b/mk/compiler/sunpro.mk @@ -1,4 +1,4 @@ -# $NetBSD: sunpro.mk,v 1.7 2004/02/05 03:35:20 jlam Exp $ +# $NetBSD: sunpro.mk,v 1.8 2004/02/05 03:39:17 jlam Exp $ .if !defined(COMPILER_SUNPRO_MK) COMPILER_SUNPRO_MK= one @@ -35,7 +35,7 @@ CC_VERSION= sunpro # The following section is included only if we're not being included by # bsd.prefs.mk. # -.if empty(BSD_PREFS_MK:M+*) +.if empty(BSD_PREFS_MK) . if empty(COMPILER_SUNPRO_MK:Mtwo) COMPILER_SUNPRO_MK+= two |