pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/security/tcp_wrappers Make build on Interix.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3c3b2a08d133
branches:  trunk
changeset: 474162:3c3b2a08d133
user:      tv <tv%pkgsrc.org@localhost>
date:      Mon Apr 26 01:14:04 2004 +0000

description:
Make build on Interix.

diffstat:

 security/tcp_wrappers/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 70ccdb26a6b2 -r 3c3b2a08d133 security/tcp_wrappers/Makefile
--- a/security/tcp_wrappers/Makefile    Mon Apr 26 01:11:32 2004 +0000
+++ b/security/tcp_wrappers/Makefile    Mon Apr 26 01:14:04 2004 +0000
@@ -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 @@
 
 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



Home | Main Index | Thread Index | Old Index