Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/mmeye/stand/bootelf some whitespace cleanup



details:   https://anonhg.NetBSD.org/src/rev/7f6bef6025df
branches:  trunk
changeset: 526657:7f6bef6025df
user:      jdolecek <jdolecek%NetBSD.org@localhost>
date:      Tue May 07 13:03:47 2002 +0000

description:
some whitespace cleanup

diffstat:

 sys/arch/mmeye/stand/bootelf/Makefile |  12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)

diffs (20 lines):

diff -r 8649cf029186 -r 7f6bef6025df sys/arch/mmeye/stand/bootelf/Makefile
--- a/sys/arch/mmeye/stand/bootelf/Makefile     Tue May 07 12:49:39 2002 +0000
+++ b/sys/arch/mmeye/stand/bootelf/Makefile     Tue May 07 13:03:47 2002 +0000
@@ -1,10 +1,10 @@
-#      $NetBSD: Makefile,v 1.8 2002/05/02 18:54:32 wiz Exp $
+#      $NetBSD: Makefile,v 1.9 2002/05/07 13:03:47 jdolecek Exp $
 
-PROG= bootelf
-SRCS= boot.c byteorder.c loadfile.c loadfile_elf32.c
-NOMAN=
-# defined
-LIBSA=${.CURDIR}/../../../../lib/libsa
+PROG=  bootelf
+SRCS=  boot.c byteorder.c loadfile.c loadfile_elf32.c
+NOMAN= # defined
+
+LIBSA= ${.CURDIR}/../../../../lib/libsa
 
 .PATH: ${LIBSA}
 



Home | Main Index | Thread Index | Old Index