summaryrefslogtreecommitdiff
path: root/distrib/special/bioctl
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/bioctl
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/bioctl')
-rw-r--r--distrib/special/bioctl/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/distrib/special/bioctl/Makefile b/distrib/special/bioctl/Makefile
index b6dadf2259e..557040406f0 100644
--- a/distrib/special/bioctl/Makefile
+++ b/distrib/special/bioctl/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.1 2014/12/23 17:16:01 deraadt Exp $
+# $OpenBSD: Makefile,v 1.2 2023/08/14 08:56:20 kn Exp $
PROG= bioctl
SRCS= bioctl.c
@@ -15,7 +15,5 @@ CDIAGFLAGS+= -Wunused
CDIAGFLAGS+= -Wsign-compare
CDIAGFLAGS+= -Wshadow
-MAN= bioctl.8
-
.PATH: ${.CURDIR}/../../../sbin/bioctl
.include <bsd.prog.mk>