summaryrefslogtreecommitdiff
path: root/sys/arch/mvme88k/stand/netboot/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch/mvme88k/stand/netboot/Makefile')
-rw-r--r--sys/arch/mvme88k/stand/netboot/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/mvme88k/stand/netboot/Makefile b/sys/arch/mvme88k/stand/netboot/Makefile
index 138c4786dba..f1329bb8ad2 100644
--- a/sys/arch/mvme88k/stand/netboot/Makefile
+++ b/sys/arch/mvme88k/stand/netboot/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.12 2003/10/01 22:50:29 miod Exp $
+# $OpenBSD: Makefile,v 1.13 2005/09/11 13:36:00 deraadt Exp $
SIZE?= size
STRIP?= strip
@@ -28,7 +28,7 @@ all: netboot.bin
netboot: ${OBJS} ${SINGLE} ${LIBS}
${LD} ${LDFLAGS} -o $@ \
- ${SINGLE} ${OBJS} ${LIBS}
+ ${SINGLE} ${OBJS} ${LIBS} `cc -print-libgcc-file-name`
# @${SIZE} $@
netboot.bin: netboot