From: Ted Lemon Date: Sun, 14 Nov 1999 00:08:31 +0000 (+0000) Subject: Build stables.c X-Git-Tag: BCTEL_SPECIAL_19991124~25 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=83cc804d4eb896273ad3a4ce5b35c38095a48b6a;p=thirdparty%2Fdhcp.git Build stables.c --- diff --git a/server/Makefile.dist b/server/Makefile.dist index 2b358c899..19d18f2dc 100644 --- a/server/Makefile.dist +++ b/server/Makefile.dist @@ -20,9 +20,9 @@ CATMANPAGES = dhcpd.cat8 dhcpd.conf.cat5 dhcpd.leases.cat5 SEDMANPAGES = dhcpd.man8 dhcpd.conf.man5 dhcpd.leases.man5 SRCS = dhcpd.c dhcp.c bootp.c confpars.c db.c class.c failover.c \ - omapi.c mdb.c + omapi.c mdb.c stables.c OBJS = dhcpd.o dhcp.o bootp.o confpars.o db.o class.o failover.o \ - omapi.o mdb.o + omapi.o mdb.o stables.o PROG = dhcpd MAN = dhcpd.8 dhcpd.conf.5 dhcpd.leases.5