Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/x68k/stand/boot_ustar Correct typo.



details:   https://anonhg.NetBSD.org/src/rev/b23baff9f199
branches:  trunk
changeset: 518875:b23baff9f199
user:      minoura <minoura%NetBSD.org@localhost>
date:      Fri Dec 07 06:51:47 2001 +0000

description:
Correct typo.

diffstat:

 sys/arch/x68k/stand/boot_ustar/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 71f973bf40df -r b23baff9f199 sys/arch/x68k/stand/boot_ustar/Makefile
--- a/sys/arch/x68k/stand/boot_ustar/Makefile   Fri Dec 07 05:25:24 2001 +0000
+++ b/sys/arch/x68k/stand/boot_ustar/Makefile   Fri Dec 07 06:51:47 2001 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.5 2001/11/24 16:18:45 minoura Exp $
+#      $NetBSD: Makefile,v 1.6 2001/12/07 06:51:47 minoura Exp $
 
 .include <bsd.own.mk>
 
@@ -41,7 +41,7 @@
 OBJCOPY?=  objcopy
 .endif
 
-CLEANFILES=    ${PROG}.x $(PROG).map
+CLEANFILES+=   ${PROG}.x $(PROG).map
 
 
 ${PROG}: $(OBJS)



Home | Main Index | Thread Index | Old Index