summaryrefslogtreecommitdiff
path: root/sbin/dhcpleased/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sbin/dhcpleased/Makefile')
-rw-r--r--sbin/dhcpleased/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/sbin/dhcpleased/Makefile b/sbin/dhcpleased/Makefile
index 8b18a7a7ff4..78069924947 100644
--- a/sbin/dhcpleased/Makefile
+++ b/sbin/dhcpleased/Makefile
@@ -1,9 +1,10 @@
-# $OpenBSD: Makefile,v 1.1 2021/02/26 16:16:37 florian Exp $
+# $OpenBSD: Makefile,v 1.2 2021/07/26 09:26:36 florian Exp $
PROG= dhcpleased
SRCS= bpf.c checksum.c control.c dhcpleased.c engine.c frontend.c log.c
+SRCS+= parse.y printconf.c
-MAN= dhcpleased.8
+MAN= dhcpleased.8 dhcpleased.conf.5
#DEBUG= -g -DDEBUG=3 -O0