From d4e911c1cc791c196fcb9c9d13ec28a25e63053f Mon Sep 17 00:00:00 2001 From: Henning Brauer Date: Tue, 13 Apr 2004 23:41:50 +0000 Subject: may the whacking begin --- usr.sbin/dhcpd/Makefile | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 usr.sbin/dhcpd/Makefile (limited to 'usr.sbin/dhcpd/Makefile') 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 + +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 -- cgit v1.2.3