Cross Reference: Makefile
xref: /src/sys/arch/mvme68k/stand/bootst/Makefile
  • Home
  • History
  • AnnotateAnnotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /src/sys/arch/mvme68k/stand/bootst/
Makefile revision 1.14
11.1Schuck#	from: @(#)Makefile	8.1 (Berkeley) 6/10/93
21.14Slukem#	$NetBSD: Makefile,v 1.14 2002/02/09 09:36:00 lukem Exp $
31.1Schuck
41.1SchuckCLEANFILES+=stboot bootst bootst.bug
51.1Schuck
61.9SjdolecekPROG=bootst.bug
71.9SjdolecekSRCS=   boot.c conf.c dev_tape.c rawfs.c
81.1SchuckLIBS=	${LIBSA} ${LIBBUG}
91.9SjdolecekSRTOBJ=
101.12SscwDPADD=	${LIBS} ${WRTVID}
111.1Schuck
121.9Sjdolecekbootst stboot: ${PROG} ${WRTVID}
131.11Sscw	@${SIZE} bootst.bug
141.11Sscw	@${STRIP} bootst.bug
151.13Sscw	@${OBJCOPY} --output-target=binary bootst.bug bootst
161.13Sscw	@${WRTVID} bootst	# creates stboot
171.1Schuck
181.9Sjdolecekproginstall::
191.14Slukem	${INSTALL_FILE} ${STRIPFLAG} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
201.14Slukem		bootst ${DESTDIR}${MDEC_DIR}
211.14Slukem	${INSTALL_FILE} ${STRIPFLAG} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
221.14Slukem		stboot ${DESTDIR}${MDEC_DIR}
231.9Sjdolecek
241.9Sjdolecek.include "../Makefile.booters"
251.1Schuck
261.10Sscwall realall: bootst
271.1Schuck.include <bsd.prog.mk>
28

Indexes created Fri Nov 28 18:09:37 GMT 2025