From a8f9af4884f19c25228590f250955bd0f7859bdf Mon Sep 17 00:00:00 2001 From: Ted Lemon Date: Wed, 5 Jan 2000 17:56:00 +0000 Subject: [PATCH] Don't build nsupdate.o --- common/Makefile.dist | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/common/Makefile.dist b/common/Makefile.dist index 031d2488..0b32778a 100644 --- a/common/Makefile.dist +++ b/common/Makefile.dist @@ -22,11 +22,11 @@ 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 nsupdate.c + inet_addr.c dns.c resolv.c execute.c discover.c auth.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 nsupdate.o + inet_addr.o dns.o resolv.o execute.o discover.o auth.o MAN = dhcp-options.5 dhcp-contrib.5 dhcp-eval.5 DEBUG = -g