Home | History | Annotate | Line # | Download | only in hp300
Makefile revision 1.8
      1  1.8     lukem #	$NetBSD: Makefile,v 1.8 2002/04/11 05:20:22 lukem Exp $
      2  1.7  gmcgarry 
      3  1.7  gmcgarry .include <bsd.own.mk>
      4  1.1   thorpej 
      5  1.8     lukem SUBDIR=		ramdisk .WAIT instkernel
      6  1.4  gmcgarry 
      7  1.8     lukem TARGETS+=	release
      8  1.7  gmcgarry 
      9  1.7  gmcgarry release: check_RELEASEDIR
     10  1.7  gmcgarry 	${INSTALL} ${PRESERVE} ${COPY} -m ${NONBINMODE} \
     11  1.8     lukem 	    HP-IB.geometry ${RELEASEDIR}/installation/miniroot/
     12  1.1   thorpej 
     13  1.1   thorpej .include <bsd.subdir.mk>
     14