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-mgmt/wide-dhcp/files/patch-ae | |
parent | b8174d8c9e623cf70509143e34fcabe8dd4477c7 (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-mgmt/wide-dhcp/files/patch-ae')
-rw-r--r-- | net-mgmt/wide-dhcp/files/patch-ae | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/net-mgmt/wide-dhcp/files/patch-ae b/net-mgmt/wide-dhcp/files/patch-ae index 0481ca24cd4a..355586233d15 100644 --- a/net-mgmt/wide-dhcp/files/patch-ae +++ b/net-mgmt/wide-dhcp/files/patch-ae @@ -1,14 +1,16 @@ ---- server/Makefile.FreeBSD.org Sat Jan 20 20:53:25 1996 -+++ server/Makefile.FreeBSD Sat Jan 20 20:56:27 1996 +--- server/Makefile.FreeBSD.orig Mon Nov 6 16:18:41 1995 ++++ server/Makefile.FreeBSD Fri Mar 28 17:26:44 1997 @@ -1,13 +1,25 @@ OBJ = dhcps.o database.o hash.o ctime.o getmac.o common_subr.o \ interface.o delarp.o -LDFLAGS = -+LDFLAGS = -lkvm - CC = gcc +-CC = gcc -CFLAGS = -g -Wall #-DCOMPAT_RFC1541 #-DNOICMPCHK +-#CC = cc ++LDFLAGS = -lkvm ++#CC = gcc +CFLAGS += -Wall #-DCOMPAT_RFC1541 #-DNOICMPCHK - #CC = cc ++CC = cc #CFLAGS = -g #-DCOMPAT_RFC1541 #-DNOICMPCHK +SBIN= ${PREFIX}/sbin +LIBEXEC= ${PREFIX}/libexec |