summaryrefslogtreecommitdiff
path: root/regress/usr.sbin/vmd/Makefile
blob: 0ea41aef039be1090a468d7fb5783f83555d1689 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#	$OpenBSD: Makefile,v 1.3 2021/06/13 21:43:35 dv Exp $

.if ${MACHINE} == "amd64"
SUBDIR =
SUBDIR += config diskfmt

.elif make(regress) || make(all)
${.TARGETS}:
	# vmd(8) exists only on amd64, but not on ${MACHINE}
	@echo SKIPPED
.endif

install:

.include <bsd.subdir.mk>