summaryrefslogtreecommitdiff
path: root/net/httping/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/httping/Makefile')
-rw-r--r--net/httping/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/httping/Makefile b/net/httping/Makefile
index b0914318ba4..823a9693305 100644
--- a/net/httping/Makefile
+++ b/net/httping/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2008/09/19 19:23:07 adrianp Exp $
+# $NetBSD: Makefile,v 1.10 2009/06/05 09:14:07 hasso Exp $
#
DISTNAME= httping-1.2.9
@@ -15,7 +15,7 @@ COMMENT= Like 'ping' but for http-requests
LDFLAGS.SunOS= -lnsl -lsocket
.if (${OPSYS} == "NetBSD" && !empty(OS_VERSION:M[123]*)) || \
- ${OPSYS} == "Darwin" || ${OPSYS} == "DragonFly" || ${OPSYS} == "SunOS"
+ ${OPSYS} == "Darwin" || ${OPSYS} == "SunOS"
.else
CFLAGS+= -DHAVE_STRNDUP
.endif