blob: 17afb4ec784699375e087f807a6b902a01fbeeab (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# $NetBSD: Makefile,v 1.11 2002/07/25 00:35:33 matt Exp $
SUBDIR= notes .WAIT
.if exists(${MACHINE}/miniroot/Makefile.inc)
SUBDIR+= miniroot .WAIT
.endif
.if exists(${MACHINE}/Makefile)
SUBDIR+= ${MACHINE}
.endif
TARGETS+=release
.include <bsd.subdir.mk>
|