From 665e0a15042198800cff96530108f157c6d2bc5e Mon Sep 17 00:00:00 2001 From: hasso Date: Fri, 5 Jun 2009 09:14:07 +0000 Subject: Make it build on DragonFly. --- net/httping/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'net/httping') 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 -- cgit v1.2.3