NetBSD/distrib/Makefile
veego 21fbe5b6d3 Enter the notes subdir before entering the machine directories.
This is needed, at least for the alpha, to get the INSTALL.more doc.
1999-04-25 12:05:36 +00:00

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>