2
0
mirror of https://gitlab.isc.org/isc-projects/dhcp synced 2025-08-28 21:07:43 +00:00

Add interact.c

This commit is contained in:
Ted Lemon 1998-04-09 04:27:38 +00:00
parent ae6ea8072b
commit 3b08cf9aea

View File

@ -34,11 +34,11 @@ CATMANPAGES = dhcp-options.cat5
SRC = raw.c parse.c nit.c icmp.c dispatch.c conflex.c upf.c bpf.c socket.c \
dlpi.c packet.c memory.c print.c options.c inet.c convert.c \
tree.c tables.c hash.c alloc.c errwarn.c inet_addr.c dns.c \
resolv.c sysconf.c
resolv.c sysconf.c interact.c
OBJ = raw.o parse.o nit.o icmp.o dispatch.o conflex.o upf.o bpf.o socket.o \
dlpi.o packet.o memory.o print.o options.o inet.o convert.o \
tree.o tables.o hash.o alloc.o errwarn.o inet_addr.o dns.o \
resolv.o sysconf.o
resolv.o sysconf.o interact.o
MAN = dhcp-options.5
DEBUG = -g