diff --git a/regress/sys/kern/Makefile b/regress/sys/kern/Makefile index 03ae706bec23..b29a824beffb 100644 --- a/regress/sys/kern/Makefile +++ b/regress/sys/kern/Makefile @@ -1,16 +1,18 @@ -# $NetBSD: Makefile,v 1.14 2002/08/28 07:41:02 gmcgarry Exp $ +# $NetBSD: Makefile,v 1.15 2002/08/28 12:39:49 drochner Exp $ SUBDIR+= execve extent getcwd ipf lockf pipe sigtramp sysvmsg sysvsem sysvshm \ unfdpass writev +.include + .if ${MACHINE_CPU} == "alpha" || \ ${MACHINE_CPU} == "i386" || \ ${MACHINE_CPU} == "m68k" || \ ${MACHINE_CPU} == "powerpc" || \ - ${MACHINE_CPU} == "hppa" || \ + ${MACHINE_CPU} == "hppa" || \ ${MACHINE_CPU} == "sparc" || \ ${MACHINE_CPU} == "sparc64" || \ - ${MACHINE_CPU} == "vax") + ${MACHINE_CPU} == "vax" SUBDIR+=lock .endif