diff options
author | Per Fogelstrom <pefo@cvs.openbsd.org> | 1996-07-16 07:46:19 +0000 |
---|---|---|
committer | Per Fogelstrom <pefo@cvs.openbsd.org> | 1996-07-16 07:46:19 +0000 |
commit | 72c7a95f808a0ca3f9ae2ef3604ac6f9dd40fb30 (patch) | |
tree | f855a52b345a9e168ac23a5767e5995141125842 /sys/arch/arc/conf | |
parent | 5f70aefc7d9a41ec2635c1d255b802a6977b4d41 (diff) |
Rename some 'pica' names to 'mips'.
Diffstat (limited to 'sys/arch/arc/conf')
-rw-r--r-- | sys/arch/arc/conf/Makefile.arc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/arc/conf/Makefile.arc b/sys/arch/arc/conf/Makefile.arc index d78ad52e462..cee91a9c28e 100644 --- a/sys/arch/arc/conf/Makefile.arc +++ b/sys/arch/arc/conf/Makefile.arc @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.arc,v 1.1 1996/06/24 09:07:20 pefo Exp $ +# $OpenBSD: Makefile.arc,v 1.2 1996/07/16 07:46:15 pefo Exp $ # @(#)Makefile.arc 8.2 (Berkeley) 2/16/94 # @@ -109,7 +109,7 @@ newvers: ${CC} $(CFLAGS) -c vers.c clean:: - rm -f eddep bsd bsd.gdb tags *.o locore.i [a-z]*.s \ + rm -f eddep bsd bsd.gdb bsd.ecoff tags *.o locore.i [a-z]*.s \ Errs errs linterrs makelinks genassym lint: /tmp param.c |