summaryrefslogtreecommitdiff
path: root/usr.sbin/ldomctl/Makefile
diff options
context:
space:
mode:
authorkn <kn@cvs.openbsd.org>2019-07-28 15:30:46 +0000
committerkn <kn@cvs.openbsd.org>2019-07-28 15:30:46 +0000
commit31cc990ddd4bf0a0a2a2d71a8c49d226159a9dd4 (patch)
tree7c14c451cb7dcbf8f37be0de55caa3d9d1a2bbf9 /usr.sbin/ldomctl/Makefile
parent548289bf92b2399225d93c288c5664232217a8d3 (diff)
Move ldom.conf.5 to ldomctl
ldomctl(8)/ldomd(8) differs from the usual control/daemon setup since ldom.conf(5) is never read by the daemon itself but the control program only, so put it where it belongs. While here, mention eeprom(8) for a list of OpenPROM variables. Move prompted by kettenis Positive feedback deraadt, "go ahead" kettenis
Diffstat (limited to 'usr.sbin/ldomctl/Makefile')
-rw-r--r--usr.sbin/ldomctl/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/ldomctl/Makefile b/usr.sbin/ldomctl/Makefile
index fc0ae0c9f46..b9e34353d38 100644
--- a/usr.sbin/ldomctl/Makefile
+++ b/usr.sbin/ldomctl/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.8 2012/11/24 11:50:45 kettenis Exp $
+# $OpenBSD: Makefile,v 1.9 2019/07/28 15:30:45 kn Exp $
.if ${MACHINE} == "sparc64"
@@ -16,7 +16,7 @@ NOPROG= yes
.endif
-MAN= ldomctl.8
+MAN= ldomctl.8 ldom.conf.5
MANSUBDIR=sparc64
.include <bsd.prog.mk>