diff options
author | grr <grr@cvs.openbsd.org> | 1997-05-30 09:13:40 +0000 |
---|---|---|
committer | grr <grr@cvs.openbsd.org> | 1997-05-30 09:13:40 +0000 |
commit | 76ada23be9833d792b325e141fce279e7c258a60 (patch) | |
tree | aad3e9f542d8f8f96cb0e45ef4614b15c10e65ae /sys/arch | |
parent | 3a7e8cd9a1e147a21db04cf6e36067141ea6ef1d (diff) |
having make clean remove *netbsd is good policy, but probably not what was intended
Diffstat (limited to 'sys/arch')
-rw-r--r-- | sys/arch/sparc/conf/Makefile.sparc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/arch/sparc/conf/Makefile.sparc b/sys/arch/sparc/conf/Makefile.sparc index 51d91538ded..c07c977f718 100644 --- a/sys/arch/sparc/conf/Makefile.sparc +++ b/sys/arch/sparc/conf/Makefile.sparc @@ -135,7 +135,7 @@ newvers: ${SYSTEM_DEP} ${SYSTEM_SWAP_DEP} clean:: - rm -f eddep *netbsd netbsd.gdb tags *.[io] [a-z]*.s \ + rm -f eddep *bsd *bsd.gdb tags *.[io] [a-z]*.s \ [Ee]rrs linterrs makelinks genassym genassym.o assym.h lint: |