summaryrefslogtreecommitdiff
path: root/regress/sys/kern/syscall_segment/Makefile.inc
blob: 79a317b82389783e50d7cbcc75ed70d91423d4a2 (plain)
1
2
3
4
5
6
7
# $OpenBSD: Makefile.inc,v 1.1 2020/10/16 21:34:59 bluhm Exp $

.if ${MACHINE} != "amd64"
regress:
	# Need syscall asm for this arch
	@echo SKIPPED
.endif