summaryrefslogtreecommitdiff
path: root/security/tcp_wrappers
diff options
context:
space:
mode:
authorjschauma <jschauma@pkgsrc.org>2002-12-24 04:23:09 +0000
committerjschauma <jschauma@pkgsrc.org>2002-12-24 04:23:09 +0000
commit79eecce30147b65b21cb9722e2457641abc78ab8 (patch)
tree26bab45189106cdee31833a3dc1a12d27e47fb2a /security/tcp_wrappers
parentb249c25bb81825138858f9a8235c842d129e10de (diff)
downloadpkgsrc-79eecce30147b65b21cb9722e2457641abc78ab8.tar.gz
Make this work on IRIX.
Diffstat (limited to 'security/tcp_wrappers')
-rw-r--r--security/tcp_wrappers/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/security/tcp_wrappers/Makefile b/security/tcp_wrappers/Makefile
index 55822a34790..ff5b4596c1e 100644
--- a/security/tcp_wrappers/Makefile
+++ b/security/tcp_wrappers/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2002/10/07 22:09:41 jschauma Exp $
+# $NetBSD: Makefile,v 1.10 2002/12/24 04:23:09 jschauma Exp $
DISTNAME= tcp_wrappers_7.6-ipv6.1
PKGNAME= tcp_wrappers-7.6.1
@@ -10,7 +10,7 @@ MAINTAINER= tron@netbsd.org
HOMEPAGE= ftp://ftp.porcupine.org/pub/security/index.html
COMMENT= Monitor and filter incoming requests for network services
-ONLY_FOR_PLATFORM= Darwin-*-* SunOS-*-* Linux-*-* # in NetBSD base system
+ONLY_FOR_PLATFORM= IRIX-*-* Darwin-*-* SunOS-*-* Linux-*-* # in NetBSD base system
USE_BUILDLINK2= # defined
USE_LIBTOOL= # defined
@@ -23,6 +23,8 @@ ALL_TARGET= netbsd
ALL_TARGET= sunos5
.elif ${OPSYS} == "Linux"
ALL_TARGET= linux
+.elif ${OPSYS} == "IRIX"
+ALL_TARGET= ${LOWER_OPSYS}
.else
ALL_TARGET= generic # good luck!
.endif