From: Ted Lemon Date: Sun, 12 May 1996 23:50:22 +0000 (+0000) Subject: Add dispatch.c, bpf.c, packet.c and raw.c X-Git-Tag: BETA-2~152 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=81e0b89677bee8e6dc70b3314cc7b26d256e8a66;p=thirdparty%2Fdhcp.git Add dispatch.c, bpf.c, packet.c and raw.c --- diff --git a/Makefile b/Makefile index 78031fc24..6623069ca 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ SRCS = dhcpd.c options.c errwarn.c convert.c conflex.c confpars.c \ tree.c memory.c bootp.c dhcp.c alloc.c print.c socket.c \ - hash.c tables.c inet.c db.c + hash.c tables.c inet.c db.c dispatch.c bpf.c packet.c raw.c PROG = dhcpd MAN=dhcpd.8 dhcpd.conf.5