summaryrefslogtreecommitdiff
path: root/server
diff options
context:
space:
mode:
authorTed Lemon <source@isc.org>2000-02-02 07:47:30 +0000
committerTed Lemon <source@isc.org>2000-02-02 07:47:30 +0000
commit16d82ab30583c2e1b9a8fdd7b4de5f55c77822b2 (patch)
tree5ad3f5efc70970b91e12554b1c0909f22bb149da /server
parent17440b6ca25fd18bd58360a515cb61a438638b8b (diff)
downloadisc-dhcp-16d82ab30583c2e1b9a8fdd7b4de5f55c77822b2.tar.gz
Clean up the handling of --with-nsupdate
Diffstat (limited to 'server')
-rw-r--r--server/Makefile.dist2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/Makefile.dist b/server/Makefile.dist
index 25c00f95..1a7b372f 100644
--- a/server/Makefile.dist
+++ b/server/Makefile.dist
@@ -28,7 +28,7 @@ MAN = dhcpd.8 dhcpd.conf.5 dhcpd.leases.5
DEBUG = -g
INCLUDES = -I.. $(BINDINC) -I../includes
-DHCPLIB = ../common/libdhcp.a ../omapip/libomapi.a ../minires/libres.a
+DHCPLIB = ../common/libdhcp.a ../omapip/libomapi.a $(BINDLIB)
CFLAGS = $(DEBUG) $(PREDEFINES) $(INCLUDES) $(COPTS)
all: $(PROG) $(CATMANPAGES)