Home | History | Annotate | Line # | Download | only in hp300
Makefile revision 1.15
      1 #	$NetBSD: Makefile,v 1.15 2002/05/07 03:29:43 lukem Exp $
      2 
      3 .include <bsd.own.mk>
      4 .include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
      5 
      6 SUBDIR=		ramdisk .WAIT instkernel
      7 TARGETS+=	release
      8 
      9 release: check_RELEASEDIR .WAIT HP-IB.geometry
     10 	${RELEASE_INSTALL} ${.CURDIR}/HP-IB.geometry \
     11 	    ${RELEASEDIR}/installation/misc
     12 
     13 .include <bsd.subdir.mk>
     14