From: Ted Lemon Date: Thu, 1 Jul 1999 18:36:58 +0000 (+0000) Subject: Add nsupdate.o X-Git-Tag: V3-BETA-1-PATCH-0~41 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=94030f7d7ebc21711867d15a8536368d45cf8611;p=thirdparty%2Fdhcp.git Add nsupdate.o --- diff --git a/common/Makefile.dist b/common/Makefile.dist index 77c0803a1..85eee9366 100644 --- a/common/Makefile.dist +++ b/common/Makefile.dist @@ -22,15 +22,15 @@ SEDMANPAGES = dhcp-options.man5 dhcp-contrib.man5 dhcp-eval.man5 SRC = raw.c parse.c nit.c icmp.c dispatch.c conflex.c upf.c bpf.c socket.c \ lpf.c dlpi.c packet.c tr.c ethernet.c memory.c print.c options.c \ inet.c convert.c tree.c tables.c hash.c alloc.c errwarn.c \ - inet_addr.c dns.c resolv.c execute.c discover.c auth.c + inet_addr.c dns.c resolv.c execute.c discover.c auth.c nsupdate.c OBJ = raw.o parse.o nit.o icmp.o dispatch.o conflex.o upf.o bpf.o socket.o \ lpf.o dlpi.o packet.o tr.o ethernet.o memory.o print.o options.o \ inet.o convert.o tree.o tables.o hash.o alloc.o errwarn.o \ - inet_addr.o dns.o resolv.o execute.o discover.o auth.o + inet_addr.o dns.o resolv.o execute.o discover.o auth.o nsupdate.o MAN = dhcp-options.5 dhcp-contrib.5 dhcp-eval.5 DEBUG = -g -INCLUDES = -I.. -I../includes +INCLUDES = -I.. -I/usr/local/bind/include -I../includes CFLAGS = $(DEBUG) $(PREDEFINES) $(INCLUDES) $(COPTS) all: libdhcp.a $(CATMANPAGES)