]> git.ipfire.org Git - thirdparty/dhcp.git/commitdiff
Add class.c
authorTed Lemon <source@isc.org>
Sun, 19 Apr 1998 23:24:28 +0000 (23:24 +0000)
committerTed Lemon <source@isc.org>
Sun, 19 Apr 1998 23:24:28 +0000 (23:24 +0000)
server/Makefile.dist

index 0d1f24f404207b9fd1378cf37db1c49c9c6552b9..83dc8633badc43fb58b6dbad57738af3acc84fa6 100644 (file)
@@ -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