summaryrefslogtreecommitdiff
path: root/net-mgmt/arpwatch/files/patch-ab
diff options
context:
space:
mode:
authorVanilla I. Shu <vanilla@FreeBSD.org>1998-07-02 10:45:36 +0000
committerVanilla I. Shu <vanilla@FreeBSD.org>1998-07-02 10:45:36 +0000
commit8689fd50e9a40ea0f88009b0903200591bd914da (patch)
treeb54526d78cd74fcc0ea2ad15535d79b1908488f4 /net-mgmt/arpwatch/files/patch-ab
parentPortlint. (diff)
Portlint and strip binary file.
Notes
Notes: svn path=/head/; revision=11665
Diffstat (limited to '')
-rw-r--r--net-mgmt/arpwatch/files/patch-ab22
1 files changed, 22 insertions, 0 deletions
diff --git a/net-mgmt/arpwatch/files/patch-ab b/net-mgmt/arpwatch/files/patch-ab
new file mode 100644
index 000000000000..11a6bd73b2a2
--- /dev/null
+++ b/net-mgmt/arpwatch/files/patch-ab
@@ -0,0 +1,22 @@
+--- Makefile.in.orig Fri Apr 25 11:02:01 1997
++++ Makefile.in Wed Jul 1 17:47:52 1998
+@@ -44,7 +44,7 @@
+ CC = @CC@
+ CCOPT = @V_CCOPT@
+ INCLS = -I. @V_INCLS@
+-DEFS = -DDEBUG @DEFS@ -DARPDIR=\"$(ARPDIR)\"
++DEFS = @DEFS@ -DARPDIR=\"$(ARPDIR)\"
+
+ # Standard CFLAGS
+ CFLAGS = $(CCOPT) $(DEFS) $(INCLS)
+@@ -109,8 +109,8 @@
+ $(CC) $(CFLAGS) -o $@ zap.o intoa.o -lutil
+
+ install: force
+- $(INSTALL) -m 555 -o bin -g bin arpwatch $(DESTDIR)$(BINDEST)
+- $(INSTALL) -m 555 -o bin -g bin arpsnmp $(DESTDIR)$(BINDEST)
++ $(INSTALL) -s -m 555 -o bin -g bin arpwatch $(DESTDIR)$(BINDEST)
++ $(INSTALL) -s -m 555 -o bin -g bin arpsnmp $(DESTDIR)$(BINDEST)
+
+ install-man: force
+ $(INSTALL) -m 444 -o bin -g bin $(srcdir)/arpwatch.8 \