21fbe5b6d3
This is needed, at least for the alpha, to get the INSTALL.more doc.
14 lines
223 B
Makefile
14 lines
223 B
Makefile
# $NetBSD: Makefile,v 1.2 1999/04/25 12:05:36 veego Exp $
|
|
|
|
SUBDIR= notes utils
|
|
|
|
.if exists(${MACHINE}/miniroot)
|
|
SUBDIR+= miniroot
|
|
.endif
|
|
|
|
.if exists(${MACHINE}/Makefile)
|
|
SUBDIR+= ${MACHINE}
|
|
.endif
|
|
|
|
.include <bsd.subdir.mk>
|