diff options
author | tv <tv@pkgsrc.org> | 2004-10-21 23:55:12 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 2004-10-21 23:55:12 +0000 |
commit | 44a8ea0588841b207d9c82b03a5b5068c6bcb96a (patch) | |
tree | 65a6575d58fa25abc78cfbaad4d8621393362aaf /net/netcat | |
parent | c26590ad8814f153b6db57fbb0a08155e7ebee7f (diff) | |
download | pkgsrc-44a8ea0588841b207d9c82b03a5b5068c6bcb96a.tar.gz |
Make build on Interix.
Diffstat (limited to 'net/netcat')
-rw-r--r-- | net/netcat/Makefile | 3 |
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}} |