diff options
Diffstat (limited to 'sys/arch/arc/conf/Makefile.arc')
-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 |