NetBSD/sys/arch/mvme68k/stand/bootst/Makefile

27 lines
745 B
Makefile
Raw Normal View History

1996-05-18 00:06:45 +04:00
# from: @(#)Makefile 8.1 (Berkeley) 6/10/93
# $NetBSD: Makefile,v 1.10 2000/07/28 20:08:21 scw Exp $
1996-05-18 00:06:45 +04:00
CLEANFILES+=stboot bootst bootst.bug
PROG=bootst.bug
SRCS= boot.c conf.c dev_tape.c rawfs.c
1996-05-18 00:06:45 +04:00
LIBS= ${LIBSA} ${LIBBUG}
SRTOBJ=
DPADD= ${WRTVID}
1996-05-18 00:06:45 +04:00
bootst stboot: ${PROG} ${WRTVID}
1996-05-18 00:06:45 +04:00
@size bootst.bug
@strip bootst.bug
@${WRTVID} bootst.bug # creates bootst and stboot
1996-05-18 00:06:45 +04:00
proginstall::
${INSTALL} ${RENAME} ${PRESERVE} ${COPY} ${STRIPFLAG} ${INSTPRIV} \
-o ${BINOWN} -g ${BINGRP} -m ${BINMODE} bootst ${DESTDIR}${MDEC_DIR}
${INSTALL} ${RENAME} ${PRESERVE} ${COPY} ${STRIPFLAG} ${INSTPRIV} \
-o ${BINOWN} -g ${BINGRP} -m ${BINMODE} stboot ${DESTDIR}${MDEC_DIR}
.include "../Makefile.booters"
1996-05-18 00:06:45 +04:00
all realall: bootst
1996-05-18 00:06:45 +04:00
.include <bsd.prog.mk>