summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTed Lemon <source@isc.org>1995-11-29 07:40:04 +0000
committerTed Lemon <source@isc.org>1995-11-29 07:40:04 +0000
commitd7837182d3cc1aa28fec66ebb2e23f759ea003b9 (patch)
treedb2a2555a873ceb94af321790b421b6fe898ebd0 /Makefile
downloadisc-dhcp-d7837182d3cc1aa28fec66ebb2e23f759ea003b9.tar.gz
DHCP Server Daemon
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
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