diff options
author | Brian Somers <brian@FreeBSD.org> | 1997-04-04 02:20:28 +0000 |
---|---|---|
committer | Brian Somers <brian@FreeBSD.org> | 1997-04-04 02:20:28 +0000 |
commit | b98a2e643581cce9d97d00f226f735487964288a (patch) | |
tree | 0e70f09b73c9f045b680a2d897a321cc80d6ddb7 /net/wide-dhcp/files/patch-aq | |
parent | Upgrade to 2.7.1 (diff) |
Update wide-dhcp so that it compiles with the new
interface stuff (and if_var.h).
Closes pr3161
Submitted by: MIHIRA Yoshiro <sanpei@yy.cs.keio.ac.jp>
Obtained from: pr3161
Notes
Notes:
svn path=/head/; revision=6128
Diffstat (limited to 'net/wide-dhcp/files/patch-aq')
-rw-r--r-- | net/wide-dhcp/files/patch-aq | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/net/wide-dhcp/files/patch-aq b/net/wide-dhcp/files/patch-aq index ba80d96d5705..2ed36637b3b8 100644 --- a/net/wide-dhcp/files/patch-aq +++ b/net/wide-dhcp/files/patch-aq @@ -1,9 +1,12 @@ ---- tools/Makefile.FreeBSD.org Sat Jan 20 21:44:16 1996 -+++ tools/Makefile.FreeBSD Sat Jan 20 21:48:39 1996 -@@ -2,9 +2,17 @@ +--- tools/Makefile.FreeBSD.orig Mon Oct 9 15:00:53 1995 ++++ tools/Makefile.FreeBSD Fri Mar 28 17:27:46 1997 +@@ -1,10 +1,18 @@ +-CC = gcc -CFLAGS = -g -Wall -I. -I../server +-#CC = cc ++#CC = gcc +CFLAGS += -Wall -I. -I../server - #CC = cc ++CC = cc #CFLAGS = -g -I. -I../server +SBIN= ${PREFIX}/sbin +LIBEXEC= ${PREFIX}/libexec |