NetBSD/distrib/Makefile
ross 8a77a8a4f5 Descend into ./utils and ./notes, possibly into ./miniroot and also
into ./${MACHINE} if ${MACHINE}/Makefile exists. (None do right now.)
1998-05-02 07:40:23 +00:00

16 lines
232 B
Makefile

# $NetBSD: Makefile,v 1.1 1998/05/02 07:40:23 ross Exp $
SUBDIR= utils
.if exists(${MACHINE}/miniroot)
SUBDIR+= miniroot
.endif
.if exists(${MACHINE}/Makefile)
SUBDIR+= ${MACHINE}
.endif
SUBDIR+= notes
.include <bsd.subdir.mk>