From: Ted Lemon Date: Thu, 9 Apr 1998 04:37:15 +0000 (+0000) Subject: Add dhcpdi.c X-Git-Tag: carrel-2~133 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=fc1ac264da8b4ac2dda55d4f2f515991a55a7e34;p=thirdparty%2Fdhcp.git Add dhcpdi.c --- diff --git a/server/Makefile.dist b/server/Makefile.dist index 9347049cd..0d1f24f40 100644 --- a/server/Makefile.dist +++ b/server/Makefile.dist @@ -31,8 +31,8 @@ # CATMANPAGES = dhcpd.cat8 dhcpd.conf.cat5 dhcpd.leases.cat5 -SRCS = dhcpd.c dhcp.c bootp.c confpars.c db.c -OBJS = dhcpd.o dhcp.o bootp.o confpars.o db.o +SRCS = dhcpd.c dhcp.c bootp.c confpars.c db.c dhcpdi.c +OBJS = dhcpd.o dhcp.o bootp.o confpars.o db.o dhcpdi.o PROG = dhcpd MAN = dhcpd.8 dhcpd.conf.5 dhcpd.leases.5