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

Add dhcpdi.c

This commit is contained in:
Ted Lemon
1998-04-09 04:37:15 +00:00
parent d46749b15d
commit fc1ac264da

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
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