diff options
-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> |