Home | History | Annotate | Line # | Download | only in vax
Makefile revision 1.11
      1  1.11   matt #	$NetBSD: Makefile,v 1.11 2002/03/29 06:46:34 matt Exp $
      2   1.5   matt 
      3   1.5   matt .include <bsd.own.mk>		# Use /etc/mk.conf.
      4   1.5   matt 
      5   1.5   matt ITARGET=	${RELEASEDIR}/installation
      6   1.9  lukem IINST=		${INSTALL} ${RENAME} ${PRESERVE} ${COPY} -m ${NONBINMODE}
      7   1.1  ragge 
      8   1.8   matt SUBDIR= ramdisk ramdisk-kernel floppy #inst tk50 rx50 rx33
      9   1.1  ragge 
     10   1.1  ragge .include <bsd.subdir.mk>
     11   1.5   matt 
     12   1.8   matt INSTKERNOBJ != cd ${.CURDIR}/ramdisk-kernel && ${PRINTOBJDIR}
     13   1.8   matt FLOPPYOBJ != cd ${.CURDIR}/floppy && ${PRINTOBJDIR}
     14   1.5   matt 
     15  1.10  lukem release: check_RELEASEDIR
     16  1.11   matt .if ${OBJECT_FMT} != "ELF"
     17   1.8   matt 	${IINST} ${DESTDIR}/usr/mdec/boot.mop ${ITARGET}/netboot/
     18  1.11   matt .endif
     19   1.5   matt 	${IINST} ${INSTKERNOBJ}/netbsd.INSTALL.gz ${ITARGET}/netboot/netbsd.ram.gz
     20   1.8   matt 	${IINST} ${FLOPPYOBJ}/boot.fs ${ITARGET}/bootfs/
     21