summaryrefslogtreecommitdiff
path: root/net/ipw/patches/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'net/ipw/patches/patch-aa')
-rw-r--r--net/ipw/patches/patch-aa21
1 files changed, 5 insertions, 16 deletions
diff --git a/net/ipw/patches/patch-aa b/net/ipw/patches/patch-aa
index 125354c7fbb..d10dee3107c 100644
--- a/net/ipw/patches/patch-aa
+++ b/net/ipw/patches/patch-aa
@@ -1,24 +1,13 @@
-$NetBSD: patch-aa,v 1.1.1.1 2001/03/28 07:41:59 zuntum Exp $
+$NetBSD: patch-aa,v 1.2 2001/06/13 14:37:32 zuntum Exp $
---- Makefile.orig Fri Jan 29 13:15:44 1999
-+++ Makefile Fri Jan 29 13:16:24 1999
-@@ -1,7 +1,7 @@
+--- Makefile.orig Sat Jul 11 19:48:14 1998
++++ Makefile
+@@ -1,7 +1,5 @@
-CC = gcc
-+# CC = gcc
# CFLAGS = -Wall -Wmissing-prototypes -g # -O
-CFLAGS = -Wall -Wmissing-prototypes -O
-LDFLAGS =
-+# CFLAGS = -Wall -Wmissing-prototypes -O
-+# LDFLAGS =
++CFLAGS+= -Wall -Wmissing-prototypes
# Use -lsocket -lnsl for Solaris
#LIBS = -lsocket -lnsl
-@@ -17,7 +17,7 @@
- $(CC) $(CFLAGS) -c ipw.c
-
- install: all
-- cp $(PROGS) /usr/local/bin
-+ $(BSD_INSTALL_PROGRAM) $(PROGS) $(PREFIX)/bin
-
- clean:
- -rm -f *.o