diff options
Diffstat (limited to 'sysutils/9base')
-rw-r--r-- | sysutils/9base/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/9base/Makefile b/sysutils/9base/Makefile index bdbdf93fd73..b4f9b7bdf78 100644 --- a/sysutils/9base/Makefile +++ b/sysutils/9base/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2006/03/04 21:30:39 jlam Exp $ +# $NetBSD: Makefile,v 1.7 2007/02/22 19:01:25 wiz Exp $ # DISTNAME= 9base-20051114 @@ -15,7 +15,7 @@ PKG_SHELL= bin/rc .include "../../mk/bsd.prefs.mk" -# Darwin doesn't support static link. +# Darwin doesn't support static link. # See http://developer.apple.com/qa/qa2001/qa1118.html .if ${OPSYS} != "Darwin" LDFLAGS+= -static |