Stop the install from trying to strip the ECOFF executable.
The MIPS strip program seg-faults if that is attempted.
This commit is contained in:
parent
97356a5fa8
commit
f9e95c8ced
|
@ -1,6 +1,7 @@
|
|||
# $NetBSD: Makefile,v 1.1 2002/02/23 21:44:00 gmcgarry Exp $
|
||||
# $NetBSD: Makefile,v 1.2 2003/12/14 22:57:54 he Exp $
|
||||
|
||||
SECONDARY_PROG= netboot
|
||||
STRIPFLAG=
|
||||
|
||||
SRCS= start.S boot.c
|
||||
SRCS+= bootinfo.c callvec.c clock.c conf.c devopen.c dev_net.c
|
||||
|
|
Loading…
Reference in New Issue