Home | History | Annotate | Line # | Download | only in hp300
Makefile revision 1.9
      1 #	$NetBSD: Makefile,v 1.9 2002/04/11 08:49:48 lukem Exp $
      2 
      3 .include <bsd.own.mk>
      4 .include "${_SRC_TOP_}/distrib/Makefile.inc"
      5 
      6 SUBDIR=		ramdisk .WAIT instkernel
      7 
      8 TARGETS+=	release
      9 
     10 release: check_RELEASEDIR
     11 	${RELINSTALL} HP-IB.geometry ${RELEASEDIR}/installation/miniroot/
     12 
     13 .include <bsd.subdir.mk>
     14