NetBSD/regress/sys/Makefile

12 lines
232 B
Makefile
Raw Normal View History

1999-03-10 21:57:06 +03:00
# $NetBSD: Makefile,v 1.8 1999/03/10 18:57:06 bouyer Exp $
1993-12-21 07:09:28 +03:00
1999-03-10 21:57:06 +03:00
SUBDIR= kern fs
1994-02-09 10:51:44 +03:00
.if exists(arch/${MACHINE})
SUBDIR+= arch/${MACHINE}
.endif
.if exists(arch/${MACHINE_ARCH})
SUBDIR+= arch/${MACHINE_ARCH}
1994-02-09 10:51:44 +03:00
.endif
1993-12-21 07:09:28 +03:00
.include <bsd.subdir.mk>