bsd-user: smoke test only good on bsd-user

Signed-off-by: Warner Losh <imp@bsdimp.com>
This commit is contained in:
Warner Losh 2022-01-09 10:02:33 -07:00
parent fddd0c35b0
commit 3de9b8890f

View File

@ -1,3 +1,7 @@
if not have_bsd_user
subdir_done()
endif
runit = find_program('runit')
bsd_user_archs = [ 'aarch64', 'armv7', 'amd64', 'i386', 'powerpc', 'powerpc64', 'riscv64' ]