diff options
author | Dale S. Rahn <rahnds@cvs.openbsd.org> | 1997-05-24 03:02:33 +0000 |
---|---|---|
committer | Dale S. Rahn <rahnds@cvs.openbsd.org> | 1997-05-24 03:02:33 +0000 |
commit | 79357f087df7a6f3fa9e3b1ae618d3ca2e977a77 (patch) | |
tree | aa07f03451c0fd82d7c5f9f5928eb268173418bb /sys/arch/mvme88k/conf/Makefile.mvme88k | |
parent | 5df5b181873e71d0825b9f15459e0675bb2510c8 (diff) |
mvme88k will not make release, but just as well make the source as close as
possible.
Diffstat (limited to 'sys/arch/mvme88k/conf/Makefile.mvme88k')
-rw-r--r-- | sys/arch/mvme88k/conf/Makefile.mvme88k | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arch/mvme88k/conf/Makefile.mvme88k b/sys/arch/mvme88k/conf/Makefile.mvme88k index 8281022afc6..76569d72b01 100644 --- a/sys/arch/mvme88k/conf/Makefile.mvme88k +++ b/sys/arch/mvme88k/conf/Makefile.mvme88k @@ -1,5 +1,5 @@ # @(#)Makefile.hp300 7.10 (Berkeley) 6/27/91 -# $Id: Makefile.mvme88k,v 1.1 1997/03/03 19:31:53 rahnds Exp $ +# $Id: Makefile.mvme88k,v 1.2 1997/05/24 03:02:28 rahnds Exp $ # # Makefile for NetBSD # @@ -110,7 +110,6 @@ SYSTEM_LD_TAIL= @size $@; chmod 755 $@; \ assym.s: genassym ./genassym >assym.s - cp assym.s ${.CURDIR}/../../include genassym: ${HOSTCC} -static ${INCLUDES} ${IDENT} ${PARAM} -Dmvme88k -Dm88k \ |