10 lines
140 B
Makefile
10 lines
140 B
Makefile
# $Id: Makefile,v 1.2 1994/01/14 05:22:36 cgd Exp $
|
|
|
|
SUBDIR+= arch/${MACHINE} kern
|
|
|
|
regress: _SUBDIRUSE
|
|
|
|
install:
|
|
|
|
.include <bsd.subdir.mk>
|