]> git.ipfire.org Git - thirdparty/dhcp.git/commitdiff
Don't build nsupdate.o
authorTed Lemon <source@isc.org>
Wed, 5 Jan 2000 17:56:00 +0000 (17:56 +0000)
committerTed Lemon <source@isc.org>
Wed, 5 Jan 2000 17:56:00 +0000 (17:56 +0000)
common/Makefile.dist

index 031d24888f2eee3b62effda8455dad43885f866f..0b32778a52dc8e64fbd04484db291418a882eda9 100644 (file)
@@ -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