summaryrefslogtreecommitdiff
path: root/distrib/Makefile
blob: 42f42af96eab77587a544d67d4ade92a7451b6d0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#	$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>