NetBSD/regress/sys/Makefile

13 lines
184 B
Makefile
Raw Normal View History

1994-02-09 10:51:44 +03:00
# $Id: Makefile,v 1.3 1994/02/09 07:51:44 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>