No empty .Rs/.Re
[netbsd-mini2440.git] / sys / arch / mvme68k / stand / bootst / Makefile
blob72da7931eacfddd337dda167db9243f55996e592
1 # from: @(#)Makefile 8.1 (Berkeley) 6/10/93
2 # $NetBSD: Makefile,v 1.13 2002/01/23 21:06:28 scw Exp $
4 CLEANFILES+=stboot bootst bootst.bug
6 PROG=bootst.bug
7 SRCS= boot.c conf.c dev_tape.c rawfs.c
8 LIBS= ${LIBSA} ${LIBBUG}
9 SRTOBJ=
10 DPADD= ${LIBS} ${WRTVID}
12 bootst stboot: ${PROG} ${WRTVID}
13 @${SIZE} bootst.bug
14 @${STRIP} bootst.bug
15 @${OBJCOPY} --output-target=binary bootst.bug bootst
16 @${WRTVID} bootst # creates stboot
18 proginstall::
19 ${INSTALL_FILE} ${STRIPFLAG} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
20 bootst ${DESTDIR}${MDEC_DIR}
21 ${INSTALL_FILE} ${STRIPFLAG} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
22 stboot ${DESTDIR}${MDEC_DIR}
24 .include "../Makefile.booters"
26 all realall: bootst
27 .include <bsd.prog.mk>