NetBSD/distrib/Makefile
2001-06-21 13:36:27 +00:00

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>