NetBSD/regress/sys/Makefile

13 lines
188 B
Makefile
Raw Normal View History

1995-04-21 02:37:12 +04:00
# $NetBSD: Makefile,v 1.4 1995/04/20 22:41:08 cgd 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
install:
.include <bsd.subdir.mk>