Home | History | Annotate | Line # | Download | only in distrib
Makefile revision 1.10
      1  1.10  lukem #	$NetBSD: Makefile,v 1.10 2002/07/23 10:43:50 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.10  lukem 
     13  1.10  lukem TARGETS+=release
     14   1.1   ross 
     15   1.1   ross .include <bsd.subdir.mk>
     16