summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
Diffstat (limited to 'net')
-rw-r--r--net/ethereal/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/net/ethereal/Makefile b/net/ethereal/Makefile
index b347978e196..ffdd5f3a6e1 100644
--- a/net/ethereal/Makefile
+++ b/net/ethereal/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.77 2003/06/13 03:18:19 itojun Exp $
+# $NetBSD: Makefile,v 1.78 2003/06/24 06:45:46 grant Exp $
#
DISTNAME= ethereal-0.9.13
@@ -35,8 +35,8 @@ CONFIGURE_ARGS+= --with-zlib=${BUILDLINK_PREFIX.zlib}
.include "../../mk/bsd.prefs.mk"
# It really wants gnu sed or xpg4/bin/sed on solaris.
-.if ${OPSYS} == SunOS
-.include "../../textproc/gsed/buildlink2.mk"
+.if ${OPSYS} == "SunOS"
+. include "../../textproc/gsed/buildlink2.mk"
.endif
.include "../../devel/zlib/buildlink2.mk"