Makefile.inc revision 1.1
1# $OpenBSD: Makefile.inc,v 1.1 2020/10/16 21:34:59 bluhm Exp $
2
3.if ${MACHINE} != "amd64"
4regress:
5	# Need syscall asm for this arch
6	@echo SKIPPED
7.endif
8