summaryrefslogtreecommitdiff
path: root/distrib/special/dhcpleased
diff options
context:
space:
mode:
authorKlemens Nanni <kn@cvs.openbsd.org>2023-08-14 08:56:22 +0000
committerKlemens Nanni <kn@cvs.openbsd.org>2023-08-14 08:56:22 +0000
commitd679f111a50affa3f31222482e4fc6a490078f6b (patch)
treec6aab9444aeb9810eb4e758e68d9d727eda74820 /distrib/special/dhcpleased
parentbc945012e7a3c0775849f263dade77ee02523ca0 (diff)
zap useless MAN bits
distrib/special/Makefile.inc sets MAN= NOMAN=1, thus setting MAN* in distrib/special/*/Makefile is useless; no manuals in the installer. disklabel(8) and fdisk(8) remain exceptions with their NOMAN handling as they embed their manual for use with interactive commands. OK miod
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}