summaryrefslogtreecommitdiff
path: root/sys/arch/mvme68k/stand/bootst/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch/mvme68k/stand/bootst/Makefile')
-rw-r--r--sys/arch/mvme68k/stand/bootst/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/arch/mvme68k/stand/bootst/Makefile b/sys/arch/mvme68k/stand/bootst/Makefile
index 23572ade9ec..d22e4335be7 100644
--- a/sys/arch/mvme68k/stand/bootst/Makefile
+++ b/sys/arch/mvme68k/stand/bootst/Makefile
@@ -1,7 +1,6 @@
# from: @(#)Makefile 8.1 (Berkeley) 6/10/93
-# $OpenBSD: Makefile,v 1.15 2013/02/02 13:36:06 miod Exp $
+# $OpenBSD: Makefile,v 1.16 2013/11/06 19:37:06 miod Exp $
-SIZE?= size
STRIP?= strip
S= ${.CURDIR}/../../../..
@@ -33,7 +32,6 @@ all: ${ALL}
bootst.bug: ${BUGCRT} ${OBJS} ${LIBS}
${LD} ${LDFLAGS} -o $@ \
${BUGCRT} ${OBJS} ${LIBS} `${CC} -print-libgcc-file-name`
- @${SIZE} bootst.bug
bootst stboot: bootst.bug ${WRTVID}
${STRIP} -I a.out-m68k-netbsd -o bootst.strip bootst.bug