blob: 36bdb5d0d46b7a5c8bcb538a4720b1ebe5feeccd (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
# $NetBSD: Makefile,v 1.4 1995/04/20 22:41:08 cgd Exp $
SUBDIR+= kern
.if exists(arch/${MACHINE})
SUBDIR+= arch/${MACHINE}
.endif
regress: _SUBDIRUSE
install:
.include <bsd.subdir.mk>
|