summaryrefslogtreecommitdiff
path: root/net/netcat
diff options
context:
space:
mode:
authortv <tv>2004-10-21 23:55:12 +0000
committertv <tv>2004-10-21 23:55:12 +0000
commitc1954fb330c2cea97b52a49ac9a64d7b051d048b (patch)
tree65a6575d58fa25abc78cfbaad4d8621393362aaf /net/netcat
parent7a4b6e7ec44c2b8cad2555ba9fa34a60ba6f76c6 (diff)
downloadpkgsrc-c1954fb330c2cea97b52a49ac9a64d7b051d048b.tar.gz
Make build on Interix.
Diffstat (limited to 'net/netcat')
-rw-r--r--net/netcat/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/net/netcat/Makefile b/net/netcat/Makefile
index 8ad1e9a7b8d..3a3d77916a8 100644
--- a/net/netcat/Makefile
+++ b/net/netcat/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2004/08/05 14:47:46 drochner Exp $
+# $NetBSD: Makefile,v 1.18 2004/10/21 23:55:12 tv Exp $
DISTNAME= nc110
PKGNAME= netcat-1.10
@@ -25,6 +25,7 @@ MAKE_ENV+= DFLAGS="-DGAPING_SECURITY_HOLE -DTELNET"
.include "../../mk/bsd.prefs.mk"
NC_TARGET.${OPSYS}?= ${LOWER_OPSYS}
+NC_TARGET.Interix= netbsd
NC_TARGET.OpenBSD= netbsd
ALL_TARGET= ${NC_TARGET.${OPSYS}}