summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorjschauma <jschauma>2002-12-24 04:23:09 +0000
committerjschauma <jschauma>2002-12-24 04:23:09 +0000
commitef8e5534e86a9d74a8eb3e60ec64258bc8337fb8 (patch)
tree26bab45189106cdee31833a3dc1a12d27e47fb2a /security
parent3a4d4ecfee33b27b0c035e9db88a3cc1861ac6de (diff)
downloadpkgsrc-ef8e5534e86a9d74a8eb3e60ec64258bc8337fb8.tar.gz
Make this work on IRIX.
Diffstat (limited to 'security')
-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