diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 1998-07-02 10:45:36 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 1998-07-02 10:45:36 +0000 |
commit | 8689fd50e9a40ea0f88009b0903200591bd914da (patch) | |
tree | b54526d78cd74fcc0ea2ad15535d79b1908488f4 /net/arpwatch-devel/files | |
parent | fadd832d67d46014583759182f1151f58405cad3 (diff) | |
download | ports-8689fd50e9a40ea0f88009b0903200591bd914da.tar.gz ports-8689fd50e9a40ea0f88009b0903200591bd914da.zip |
Notes
Diffstat (limited to 'net/arpwatch-devel/files')
-rw-r--r-- | net/arpwatch-devel/files/patch-ab | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/net/arpwatch-devel/files/patch-ab b/net/arpwatch-devel/files/patch-ab new file mode 100644 index 000000000000..11a6bd73b2a2 --- /dev/null +++ b/net/arpwatch-devel/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 \ |