summaryrefslogtreecommitdiff
path: root/usr.sbin/dhcpd/Makefile
diff options
context:
space:
mode:
authorHenning Brauer <henning@cvs.openbsd.org>2004-04-13 23:41:50 +0000
committerHenning Brauer <henning@cvs.openbsd.org>2004-04-13 23:41:50 +0000
commitd4e911c1cc791c196fcb9c9d13ec28a25e63053f (patch)
treeaa8ed389eb5fc83d380043d222e533186e278b0f /usr.sbin/dhcpd/Makefile
parentdeece1dfb12ee6671c915bc387ca2298c3520269 (diff)
may the whacking begin
Diffstat (limited to 'usr.sbin/dhcpd/Makefile')
-rw-r--r--usr.sbin/dhcpd/Makefile13
1 files changed, 13 insertions, 0 deletions
diff --git a/usr.sbin/dhcpd/Makefile b/usr.sbin/dhcpd/Makefile
new file mode 100644
index 00000000000..38d616991fe
--- /dev/null
+++ b/usr.sbin/dhcpd/Makefile
@@ -0,0 +1,13 @@
+# $OpenBSD: Makefile,v 1.1 2004/04/13 23:41:48 henning Exp $
+
+.include <bsd.own.mk>
+
+SRCS= bootp.c confpars.c db.c dhcp.c dhcpd.c bpf.c packet.c errwarn.c \
+ dispatch.c print.c memory.c options.c inet.c conflex.c parse.c \
+ alloc.c tables.c tree.c hash.c convert.c icmp.c
+PROG= dhcpd
+MAN= dhcpd.8 dhcpd.conf.5 dhcpd.leases.5
+
+CFLAGS+=-Wall
+
+.include <bsd.prog.mk>