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