1
0
mirror of https://github.com/openbsd/src.git synced 2025-01-10 06:47:55 -08:00

install the man page into MD location, since it only builds

for some archs (currently sparc64);

fix proposed by miod;
This commit is contained in:
jmc 2008-09-12 15:59:37 +00:00
parent ada3a3e2bb
commit d0090670d3

View File

@ -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>