1# $OpenBSD: Makefile,v 1.5 2018/05/21 23:29:38 bluhm Exp $ 2 3.if ${MACHINE_ARCH} == "i386" 4SUBDIR = 5SUBDIR += f00f 6 7.elif make(regress) || make(all) 8${.TARGETS}: 9 @echo Regress for architecture i386 cannot run on ${MACHINE_ARCH}. 10 @echo SKIPPED 11.endif 12 13install: 14 15.include <bsd.subdir.mk> 16