2
0
mirror of https://gitlab.isc.org/isc-projects/dhcp synced 2025-08-31 06:15:55 +00:00

Add failover.c

This commit is contained in:
Ted Lemon
1999-02-14 19:04:45 +00:00
parent d2bc90bd80
commit a2405f2e71

View 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 class.c
OBJS = dhcpd.o dhcp.o bootp.o confpars.o db.o dhcpdi.o class.o
SRCS = dhcpd.c dhcp.c bootp.c confpars.c db.c dhcpdi.c class.c failover.c
OBJS = dhcpd.o dhcp.o bootp.o confpars.o db.o dhcpdi.o class.o failover.o
PROG = dhcpd
MAN = dhcpd.8 dhcpd.conf.5 dhcpd.leases.5