From f1bbbc4fa03c63b188e69b13b8d28c781258b4a9 Mon Sep 17 00:00:00 2001 From: cgd Date: Wed, 9 Feb 1994 07:51:44 +0000 Subject: [PATCH] don't assume a machine-dependent dir --- regress/sys/Makefile | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/regress/sys/Makefile b/regress/sys/Makefile index e09a96e13204..2036f97f6c48 100644 --- a/regress/sys/Makefile +++ b/regress/sys/Makefile @@ -1,6 +1,9 @@ -# $Id: Makefile,v 1.2 1994/01/14 05:22:36 cgd Exp $ +# $Id: Makefile,v 1.3 1994/02/09 07:51:44 cgd Exp $ -SUBDIR+= arch/${MACHINE} kern +SUBDIR+= kern +.if exists(arch/${MACHINE}) +SUBDIR+= arch/${MACHINE} +.endif regress: _SUBDIRUSE