Home | History | Annotate | Line # | Download | only in distrib
Makefile revision 1.9.2.2
      1  1.9.2.2  lukem #	$NetBSD: Makefile,v 1.9.2.2 2002/07/29 15:55:56 lukem Exp $
      2      1.1   ross 
      3  1.9.2.2  lukem SUBDIR=	notes .WAIT
      4      1.1   ross 
      5      1.5  lukem .if exists(${MACHINE}/miniroot/Makefile.inc)
      6      1.9  lukem SUBDIR+= miniroot .WAIT
      7      1.1   ross .endif
      8      1.1   ross 
      9      1.1   ross .if exists(${MACHINE}/Makefile)
     10      1.1   ross SUBDIR+= ${MACHINE}
     11      1.1   ross .endif
     12  1.9.2.1  lukem 
     13  1.9.2.1  lukem TARGETS+=release
     14      1.1   ross 
     15      1.1   ross .include <bsd.subdir.mk>
     16