From: Ted Lemon Date: Sun, 19 Apr 1998 23:24:28 +0000 (+0000) Subject: Add class.c X-Git-Tag: carrel-2~120 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=38b1978d0e32ef1c800f3528e91425736d015fc8;p=thirdparty%2Fdhcp.git Add class.c --- diff --git a/server/Makefile.dist b/server/Makefile.dist index 0d1f24f40..83dc8633b 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 dhcpdi.c -OBJS = dhcpd.o dhcp.o bootp.o confpars.o db.o dhcpdi.o +SRCS = dhcpd.c dhcp.c bootp.c confpars.c db.c dhcpdi.c class.c +OBJS = dhcpd.o dhcp.o bootp.o confpars.o db.o dhcpdi.o class.o PROG = dhcpd MAN = dhcpd.8 dhcpd.conf.5 dhcpd.leases.5