diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2008-09-12 15:59:38 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2008-09-12 15:59:38 +0000 |
commit | 1ad9ccc3c48070cfac084feb70111a7a1d16fdb0 (patch) | |
tree | 3feeabbdb1e783e9c6326ae88f7d07769bbd24da | |
parent | 7ccbcb4414992b089165715d38cf195cb972ccb2 (diff) |
install the man page into MD location, since it only builds
for some archs (currently sparc64);
fix proposed by miod;
-rw-r--r-- | usr.sbin/mksuncd/Makefile | 3 |
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> |