them back in special like in the main disklabel Makefile.
OK deraadt@
-# $OpenBSD: Makefile,v 1.12 2021/06/24 21:11:40 jmc Exp $
+# $OpenBSD: Makefile,v 1.13 2021/09/21 18:36:09 bluhm 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
+
.ifdef NOPIC
CFLAGS+= -DSTATICLINKING
.endif