diff options
author | kstailey <kstailey@cvs.openbsd.org> | 1996-12-22 19:59:52 +0000 |
---|---|---|
committer | kstailey <kstailey@cvs.openbsd.org> | 1996-12-22 19:59:52 +0000 |
commit | 129dd29fd8aafb8fb425c3b282e32e4cb66a7d55 (patch) | |
tree | 82f5a510ffa14925d2c998754c0887cbef9acf06 /sys | |
parent | 071cec1c924d33f3684c21fe99b0449d7868517c (diff) |
removed netbsd refs from "clean" target
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/sun3/conf/Makefile.sun3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/arch/sun3/conf/Makefile.sun3 b/sys/arch/sun3/conf/Makefile.sun3 index 7c128c0a4de..b2f0dbb8c76 100644 --- a/sys/arch/sun3/conf/Makefile.sun3 +++ b/sys/arch/sun3/conf/Makefile.sun3 @@ -127,7 +127,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: |