Home | History | Annotate | Line # | Download | only in distrib
Makefile revision 1.11
      1  1.11   matt #	$NetBSD: Makefile,v 1.11 2002/07/25 00:35:33 matt Exp $
      2   1.1   ross 
      3  1.11   matt 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.10  lukem 
     13  1.10  lukem TARGETS+=release
     14   1.1   ross 
     15   1.1   ross .include <bsd.subdir.mk>
     16