diff options
Diffstat (limited to 'net/nettest/patches/patch-aa')
-rw-r--r-- | net/nettest/patches/patch-aa | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/net/nettest/patches/patch-aa b/net/nettest/patches/patch-aa deleted file mode 100644 index c21324f2845..00000000000 --- a/net/nettest/patches/patch-aa +++ /dev/null @@ -1,30 +0,0 @@ -$NetBSD: patch-aa,v 1.1.1.1 2003/04/11 17:05:05 cjep Exp $ - ---- Makefile.orig 1992-11-05 22:03:14.000000000 +0000 -+++ Makefile -@@ -3,10 +3,8 @@ MAKE=make - FILES=README Makefile nettest.h nettest.c nettestd.c nettest.8 - - all: -- @if [ -f /bin/hostname -o -f /usr/bin/hostname ]; then \ -- $(MAKE) `hostname`; \ -- elif [ -f /bin/uname ]; then \ -- $(MAKE) `uname -n`; \ -+ @if [ -f /bin/uname -o -f /usr/bin/uname ]; then \ -+ $(MAKE) `uname -s`; \ - else \ - echo You must specify what machine you are on,;\ - echo e.g. \"make sun\", \"make cray2\", \"make pyramid\", \"make xmp\";\ -@@ -33,6 +31,12 @@ unicos60 unicos61: - DEFINES="-DWAIT3CODE -DNO_ISO" \ - LIBS="" OPT="-O" - -+NetBSD: -+ $(MAKE) objs \ -+ INCLUDE="" \ -+ DEFINES="-DWAIT3CODE -DBSD44 -DNAMEDPIPES -DNO_ISO -DNONVOID_SETPGRP" \ -+ OPT="-O" LIBS="-lcompat" -+ - 4.4alpha: - $(MAKE) objs \ - INCLUDE="" \ |