8 lines
136 B
Makefile
8 lines
136 B
Makefile
|
# $NetBSD: Makefile,v 1.1 1999/03/26 22:31:19 scottr Exp $
|
||
|
|
||
|
.if exists(${MACHINE})
|
||
|
SUBDIR+= ${MACHINE}
|
||
|
.endif
|
||
|
|
||
|
.include <bsd.subdir.mk>
|