14 lines
225 B
Makefile
14 lines
225 B
Makefile
# $NetBSD: Makefile,v 1.4 2001/06/21 13:36:27 hubertf Exp $
|
|
|
|
SUBDIR= notes utils
|
|
|
|
.if exists(${MACHINE}/miniroot)
|
|
SUBDIR+= miniroot
|
|
.endif
|
|
|
|
.if exists(${MACHINE}/Makefile)
|
|
SUBDIR+= ${MACHINE}
|
|
.endif
|
|
|
|
.include <bsd.subdir.mk>
|