diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2004-10-26 04:47:05 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2004-10-26 04:47:05 +0000 |
commit | 04c57d6fe73fe4cf8225061a939ff04d6087d2bf (patch) | |
tree | 4ae3ef8a59476df8edd37c034a12b9494d8d86b8 /net/netcat | |
parent | e996ec356d2fade93d53c8dd68671870f0ccab81 (diff) | |
download | pkgsrc-04c57d6fe73fe4cf8225061a939ff04d6087d2bf.tar.gz |
Make this build on IRIX, Georg Schwarz PR pkg/27428.
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 3a3d77916a8..501c797f08f 100644 --- a/net/netcat/Makefile +++ b/net/netcat/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2004/10/21 23:55:12 tv Exp $ +# $NetBSD: Makefile,v 1.19 2004/10/26 04:47:05 xtraeme 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.IRIX= irix NC_TARGET.Interix= netbsd NC_TARGET.OpenBSD= netbsd ALL_TARGET= ${NC_TARGET.${OPSYS}} |