Home | History | Annotate | Line # | Download | only in distrib
Makefile revision 1.9.2.1
      1  1.9.2.1  lukem #	$NetBSD: Makefile,v 1.9.2.1 2002/07/24 06:53:57 lukem Exp $
      2      1.1   ross 
      3      1.8  lukem SUBDIR=	notes
      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