Cross Reference: Makefile
xref: /src/distrib/alpha/instkernel/fdset/Makefile
  • Home
  • History
  • Annotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /src/distrib/alpha/instkernel/fdset/
Makefile revision 1.10
1#	$NetBSD: Makefile,v 1.10 2002/05/02 18:02:20 lukem Exp $
2
3.include <bsd.own.mk>
4.include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
5
6FLOPPYBASE=	disk
7FLOPPYSIZE=	2880
8FLOPPYFILES=	boot netbsd
9FLOPPYMAX=	2
10
11MDEC=		${DESTDIR}/usr/mdec
12KERNOBJ!=	cd ${.CURDIR}/../instkernel && ${PRINTOBJDIR}
13FLOPPY_NETBSD=	${KERNOBJ}/netbsd.INSTALL.gz
14FLOPPY_BOOT=	${MDEC}/ustarboot
15FLOPPYINSTBOOT=\
16	"${INSTALLBOOT} -m ${MACHINE} -t raw -v -b 17 @IMAGE@ ${FLOPPY_BOOT}"
17
18.include "${DISTRIBDIR}/common/Makefile.tarfloppy"
19
20release: check_RELEASEDIR .WAIT ${FLOPPYBASE}1.fs
21	${RELEASE_INSTALL} ${FLOPPYBASE}1.fs \
22	    ${RELEASEDIR}/installation/floppy/disk1of2
23	${RELEASE_INSTALL} ${FLOPPYBASE}2.fs \
24	    ${RELEASEDIR}/installation/floppy/disk2of2
25
26.include <bsd.prog.mk>
27

Indexes created Thu Dec 18 12:09:39 GMT 2025