summaryrefslogtreecommitdiff
path: root/distrib/special/dhcpleased
diff options
context:
space:
mode:
Diffstat (limited to 'distrib/special/dhcpleased')
-rw-r--r--distrib/special/dhcpleased/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/distrib/special/dhcpleased/Makefile b/distrib/special/dhcpleased/Makefile
index a881f3e8e45..e76787d37d3 100644
--- a/distrib/special/dhcpleased/Makefile
+++ b/distrib/special/dhcpleased/Makefile
@@ -1,12 +1,10 @@
-# $OpenBSD: Makefile,v 1.2 2021/06/18 11:46:06 florian Exp $
+# $OpenBSD: Makefile,v 1.3 2023/08/14 08:56:20 kn Exp $
PROG= dhcpleased
COPTS+= -DSMALL
.PATH: ${.CURDIR}/../../../sbin/dhcpleased
SRCS= bpf.c checksum.c dhcpleased.c engine.c frontend.c
-MAN=
-
LDADD+= -levent -lutil
DPADD+= ${LIBEVENT} ${LIBUTIL}