Home | History | Annotate | Line # | Download | only in hp300
Makefile revision 1.16
      1 #	$NetBSD: Makefile,v 1.16 2003/01/03 15:34:33 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}/${MACHINE}/installation/misc
     12 
     13 .include <bsd.subdir.mk>
     14