don't descend to sparc and sparc64, they don't have syscalls.master

so it just errors out
This commit is contained in:
jdolecek 2019-11-09 22:02:45 +00:00
parent dbeaf00305
commit de940ab69b
1 changed files with 4 additions and 2 deletions

View File

@ -1,5 +1,7 @@
# $NetBSD: Makefile,v 1.1 2017/01/16 00:11:42 christos Exp $
# $NetBSD: Makefile,v 1.2 2019/11/09 22:02:45 jdolecek Exp $
# XXX sparc sparc64 exist but have no syscalls.master
SUBDIR=alpha amd64 arm i386 m68k mips powerpc
SUBDIR=alpha amd64 arm i386 m68k mips powerpc sparc sparc64
.include <bsd.subdir.mk>