xref: /openbsd/regress/usr.sbin/vmd/Makefile (revision 2b71afaf)
1#	$OpenBSD: Makefile,v 1.3 2021/06/13 21:43:35 dv Exp $
2
3.if ${MACHINE} == "amd64"
4SUBDIR =
5SUBDIR += config diskfmt
6
7.elif make(regress) || make(all)
8${.TARGETS}:
9	# vmd(8) exists only on amd64, but not on ${MACHINE}
10	@echo SKIPPED
11.endif
12
13install:
14
15.include <bsd.subdir.mk>
16