diff options
author | Ted Lemon <source@isc.org> | 1995-11-29 07:40:04 +0000 |
---|---|---|
committer | Ted Lemon <source@isc.org> | 1995-11-29 07:40:04 +0000 |
commit | d7837182d3cc1aa28fec66ebb2e23f759ea003b9 (patch) | |
tree | db2a2555a873ceb94af321790b421b6fe898ebd0 /Makefile | |
download | isc-dhcp-d7837182d3cc1aa28fec66ebb2e23f759ea003b9.tar.gz |
DHCP Server Daemon
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Makefile b/Makefile new file mode 100644 index 00000000..e4a4adda --- /dev/null +++ b/Makefile @@ -0,0 +1,8 @@ +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 +PROG = dhcpd + +.include <bsd.prog.mk> + +CFLAGS += -DDEBUG -g |