compile options required for sparc64 (partition alignment, in particular)
noticed by bluhm during testing
-# $OpenBSD: Makefile,v 1.69 2021/06/24 21:11:40 jmc Exp $
+# $OpenBSD: Makefile,v 1.70 2021/09/20 20:23:44 deraadt Exp $
PROG= disklabel
SRCS= disklabel.c dkcksum.c editor.c manual.c
echo '};'; echo 'const int manpage_sz = sizeof(manpage);') > manual.c
.endif
+.if ${MACHINE} == "sparc64"
+CFLAGS+= -DSUN_CYLCHECK -DSUN_AAT0
+.endif
+
.include <bsd.prog.mk>