diff options
author | Per Fogelstrom <pefo@cvs.openbsd.org> | 1997-02-23 21:59:34 +0000 |
---|---|---|
committer | Per Fogelstrom <pefo@cvs.openbsd.org> | 1997-02-23 21:59:34 +0000 |
commit | 428fe47992a7779523cc4d7f505b729b49b8ec7d (patch) | |
tree | 6c980a072bd0dd7e5684beaa70b14f0dfd189a20 /sys/arch/wgrisc/conf/Makefile.wgrisc | |
parent | b5d84b14e4aa07dac44d1522848b7fbaf98bdeca (diff) |
First cut of Flash memory disk. Needs more work though...
Diffstat (limited to 'sys/arch/wgrisc/conf/Makefile.wgrisc')
-rw-r--r-- | sys/arch/wgrisc/conf/Makefile.wgrisc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arch/wgrisc/conf/Makefile.wgrisc b/sys/arch/wgrisc/conf/Makefile.wgrisc index ba4cb657c57..a1be8430600 100644 --- a/sys/arch/wgrisc/conf/Makefile.wgrisc +++ b/sys/arch/wgrisc/conf/Makefile.wgrisc @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.wgrisc,v 1.1 1997/02/06 16:02:45 pefo Exp $ +# $OpenBSD: Makefile.wgrisc,v 1.2 1997/02/23 21:59:25 pefo Exp $ # @(#)Makefile.wgrisc 8.2 (Berkeley) 2/16/94 # @@ -99,7 +99,6 @@ SYSTEM_LD= -@if [ X${DEBUG} = X-g ]; \ ${SYSTEM_OBJ} vers.o # SYSTEM_LD_TAIL= chmod 755 $@; \ - elf2ecoff $@ $@.ecoff; \ size $@ %LOAD |