diff options
author | Brian Somers <brian@FreeBSD.org> | 1998-08-21 18:09:19 +0000 |
---|---|---|
committer | Brian Somers <brian@FreeBSD.org> | 1998-08-21 18:09:19 +0000 |
commit | 3ed18311fdb651e660b5012d5a9eb93adcae3a64 (patch) | |
tree | 18b389250c26e00592cee1f134ef05e486282196 /net-mgmt/arpwatch/files/patch-ab | |
parent | b8df51a2884850d4a521e41093417289a5edc79d (diff) |
Version 2.0.2 -> 2.1a4
Notes
Notes:
svn path=/head/; revision=12704
Diffstat (limited to 'net-mgmt/arpwatch/files/patch-ab')
-rw-r--r-- | net-mgmt/arpwatch/files/patch-ab | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/net-mgmt/arpwatch/files/patch-ab b/net-mgmt/arpwatch/files/patch-ab index 11a6bd73b2a2..76cbc814dfaf 100644 --- a/net-mgmt/arpwatch/files/patch-ab +++ b/net-mgmt/arpwatch/files/patch-ab @@ -1,11 +1,11 @@ ---- Makefile.in.orig Fri Apr 25 11:02:01 1997 -+++ Makefile.in Wed Jul 1 17:47:52 1998 +--- Makefile.in.orig Wed Jul 29 06:16:45 1998 ++++ Makefile.in Fri Aug 21 10:57:51 1998 @@ -44,7 +44,7 @@ CC = @CC@ CCOPT = @V_CCOPT@ INCLS = -I. @V_INCLS@ --DEFS = -DDEBUG @DEFS@ -DARPDIR=\"$(ARPDIR)\" -+DEFS = @DEFS@ -DARPDIR=\"$(ARPDIR)\" +-DEFS = -DDEBUG @DEFS@ -DARPDIR=\"$(ARPDIR)\" -DPATH_SENDMAIL=\"$(SENDMAIL)\" ++DEFS = @DEFS@ -DARPDIR=\"$(ARPDIR)\" -DPATH_SENDMAIL=\"$(SENDMAIL)\" # Standard CFLAGS CFLAGS = $(CCOPT) $(DEFS) $(INCLS) |