NetBSD/distrib/Makefile
lukem 41b068f7f4 Revert previous, and add back "utils" to SUBDIRS.
I accidentally committed the previous rev with the wrong commit message
(thanks go to Nick Hudson <skrll@netbsd.org> for picking this up).
Eventually we will probably want to stop descending into utils, but
now is not that time.
2002-04-02 22:36:59 +00:00

14 lines
236 B
Makefile

# $NetBSD: Makefile,v 1.7 2002/04/02 22:36:59 lukem Exp $
SUBDIR= notes utils
.if exists(${MACHINE}/miniroot/Makefile.inc)
SUBDIR+= miniroot
.endif
.if exists(${MACHINE}/Makefile)
SUBDIR+= ${MACHINE}
.endif
.include <bsd.subdir.mk>