Since we set ALL_TARGET to irix6 (under, IRIX 6.x), we don't need to patch

the irix6.5 target into the Makefile.
This commit is contained in:
jschauma 2004-06-01 15:34:16 +00:00
parent 357f045b0b
commit b8981cbdfa
2 changed files with 3 additions and 11 deletions

View file

@ -1,8 +1,8 @@
$NetBSD: distinfo,v 1.7 2004/03/26 11:02:14 jlam Exp $
$NetBSD: distinfo,v 1.8 2004/06/01 15:34:16 jschauma Exp $
SHA1 (tcp_wrappers_7.6-ipv6.1.tar.gz) = d0b70d4f0c0ac0375d8283a18ec2b6d602f82fde
Size (tcp_wrappers_7.6-ipv6.1.tar.gz) = 144708 bytes
SHA1 (patch-aa) = feed6e504bb69c210ede443289de3a3b19bc0332
SHA1 (patch-aa) = 9a546eb262ac956a99a6739a8c712a9acbadfb94
SHA1 (patch-ab) = 51b094f55afcea6ef1063af1b27be0b22b07eaa6
SHA1 (patch-ac) = a9cd493a470782e8f6bdd38fde6c746fb1e371c0
SHA1 (patch-ad) = 2f2fa789599e2fca652e240f05bec8460287e79e

View file

@ -1,4 +1,4 @@
$NetBSD: patch-aa,v 1.6 2004/03/26 11:02:14 jlam Exp $
$NetBSD: patch-aa,v 1.7 2004/06/01 15:34:16 jschauma Exp $
--- Makefile.orig Mon Aug 21 13:59:52 2000
+++ Makefile
@ -20,14 +20,6 @@ $NetBSD: patch-aa,v 1.6 2004/03/26 11:02:14 jlam Exp $
# This is good for many SYSV+BSD hybrids with NIS, probably also for HP-UX 7.x.
hpux hpux8 hpux9 hpux10:
@@ -185,6 +185,7 @@ irix5:
# IRIX 6.2 (tucker@math.unc.edu). Must find a better value than 200000.
irix6:
+irix6.5:
@make REAL_DAEMON_DIR=$(REAL_DAEMON_DIR) STYLE=$(STYLE) \
LIBS= RANLIB=echo ARFLAGS=rv VSYSLOG= \
NETGROUP=-DNETGROUP EXTRA_CFLAGS="-DBSD=200000" TLI= all
@@ -602,7 +603,7 @@ ACCESS = -DHOSTS_ACCESS
# look for access control information. Watch out for the quotes and
# backslashes when you make changes.