NetBSD/regress/sys/Makefile

11 lines
182 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.5 1997/05/07 16:01:44 mycroft Exp $
1993-12-21 07:09:28 +03:00
1994-02-09 10:51:44 +03:00
SUBDIR+= kern
.if exists(arch/${MACHINE})
SUBDIR+= arch/${MACHINE}
.endif
1993-12-21 07:09:28 +03:00
regress: _SUBDIRUSE
.include <bsd.subdir.mk>