diff options
author | tv <tv@pkgsrc.org> | 2004-04-26 01:14:04 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 2004-04-26 01:14:04 +0000 |
commit | b7d97965d329cb3ac05b7fcd30e26e1da22c8c00 (patch) | |
tree | ace7977a368fa6ee18ae4cbc5c91f0b8a16ecf38 /security/tcp_wrappers | |
parent | 3abd99de07be1ff9d7268094fd166c1529fef915 (diff) | |
download | pkgsrc-b7d97965d329cb3ac05b7fcd30e26e1da22c8c00.tar.gz |
Make build on Interix.
Diffstat (limited to 'security/tcp_wrappers')
-rw-r--r-- | security/tcp_wrappers/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/tcp_wrappers/Makefile b/security/tcp_wrappers/Makefile index f472f088ab4..ec06ce328d1 100644 --- a/security/tcp_wrappers/Makefile +++ b/security/tcp_wrappers/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2004/03/26 11:02:14 jlam Exp $ +# $NetBSD: Makefile,v 1.17 2004/04/26 01:14:04 tv Exp $ DISTNAME= tcp_wrappers_7.6-ipv6.1 PKGNAME= tcp_wrappers-7.6.1 @@ -19,6 +19,7 @@ USE_LIBTOOL= yes ALL_TARGET.${OPSYS}?= generic # good luck! ALL_TARGET.Darwin= netbsd +ALL_TARGET.Interix= netbsd ALL_TARGET.Linux= ${LOWER_OPSYS} .if !empty(OPSYS:M*BSD) ALL_TARGET.${OPSYS}= netbsd |