diff options
author | jschauma <jschauma> | 2002-12-24 04:23:09 +0000 |
---|---|---|
committer | jschauma <jschauma> | 2002-12-24 04:23:09 +0000 |
commit | b2409a5fe991a38b1784fb723be50007459492b5 (patch) | |
tree | 26bab45189106cdee31833a3dc1a12d27e47fb2a /security | |
parent | 53b60117de29d46079de1a0beb63364f6247a615 (diff) | |
download | pkgsrc-b2409a5fe991a38b1784fb723be50007459492b5.tar.gz |
Make this work on IRIX.
Diffstat (limited to 'security')
-rw-r--r-- | security/tcp_wrappers/Makefile | 6 |
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 |