summaryrefslogtreecommitdiffstats
path: root/usr.sbin/mksuncd
diff options
context:
space:
mode:
authorjmc <jmc@openbsd.org>2008-09-12 15:59:37 +0000
committerjmc <jmc@openbsd.org>2008-09-12 15:59:37 +0000
commitd0090670d3c81e427e513daa87b4db398d108267 (patch)
tree267709830da8270819a6a6679c70321cdf956821 /usr.sbin/mksuncd
parentmove the declaration of nfsrv3_procs to nfs_syscalls.c (diff)
downloadwireguard-openbsd-d0090670d3c81e427e513daa87b4db398d108267.tar.xz
wireguard-openbsd-d0090670d3c81e427e513daa87b4db398d108267.zip
install the man page into MD location, since it only builds
for some archs (currently sparc64); fix proposed by miod;
Diffstat (limited to 'usr.sbin/mksuncd')
-rw-r--r--usr.sbin/mksuncd/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/mksuncd/Makefile b/usr.sbin/mksuncd/Makefile
index 245ccf1193c..aea07208ae7 100644
--- a/usr.sbin/mksuncd/Makefile
+++ b/usr.sbin/mksuncd/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.1 2008/08/22 15:48:32 deraadt Exp $
+# $OpenBSD: Makefile,v 1.2 2008/09/12 15:59:37 jmc Exp $
.if ${MACHINE} == "sparc64"
@@ -10,6 +10,7 @@ NOPROG=
.endif
MAN= mksuncd.1
+MANSUBDIR=sparc64
.include <bsd.prog.mk>