summaryrefslogtreecommitdiffstats
path: root/usr.sbin/dhcpd/Makefile
diff options
context:
space:
mode:
authorhenning <henning@openbsd.org>2004-04-20 23:01:09 +0000
committerhenning <henning@openbsd.org>2004-04-20 23:01:09 +0000
commit659c9e989ad32ddadc8e4bbfc47eda699e7b93c7 (patch)
treed8d5c135aa8d9e263cfe6c6965d4dc193b91fd02 /usr.sbin/dhcpd/Makefile
parentset write filter and lock the bpf descriptor after configuration. (diff)
downloadwireguard-openbsd-659c9e989ad32ddadc8e4bbfc47eda699e7b93c7.tar.xz
wireguard-openbsd-659c9e989ad32ddadc8e4bbfc47eda699e7b93c7.zip
add back manpage that was forgotten during the switch, catched by and ok theo
Diffstat (limited to 'usr.sbin/dhcpd/Makefile')
-rw-r--r--usr.sbin/dhcpd/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/dhcpd/Makefile b/usr.sbin/dhcpd/Makefile
index 38d616991fe..d2f31c667b4 100644
--- a/usr.sbin/dhcpd/Makefile
+++ b/usr.sbin/dhcpd/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.1 2004/04/13 23:41:48 henning Exp $
+# $OpenBSD: Makefile,v 1.2 2004/04/20 23:01:09 henning Exp $
.include <bsd.own.mk>
@@ -6,7 +6,7 @@ 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
+MAN= dhcpd.8 dhcpd.conf.5 dhcpd.leases.5 dhcp-options.5
CFLAGS+=-Wall