Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/mac68k/include Cosmetical oversight.



details:   https://anonhg.NetBSD.org/src/rev/ee846eb57b91
branches:  trunk
changeset: 509539:ee846eb57b91
user:      kleink <kleink%NetBSD.org@localhost>
date:      Sun May 06 20:25:28 2001 +0000

description:
Cosmetical oversight.

diffstat:

 sys/arch/mac68k/include/Makefile |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (19 lines):

diff -r 30f0f372c363 -r ee846eb57b91 sys/arch/mac68k/include/Makefile
--- a/sys/arch/mac68k/include/Makefile  Sun May 06 20:12:09 2001 +0000
+++ b/sys/arch/mac68k/include/Makefile  Sun May 06 20:25:28 2001 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.13 2001/04/15 17:13:12 kleink Exp $
+#      $NetBSD: Makefile,v 1.14 2001/05/06 20:25:28 kleink Exp $
 
 KDIR=  /sys/arch/mac68k/include
 INCSDIR= /usr/include/mac68k
@@ -15,7 +15,8 @@
        intr.h iteioctl.h \
        kcore.h keyboard.h \
        limits.h lock.h \
-       param.h math.h pcb.h pio.h pmap.h proc.h profile.h psc.h psl.h \
+       math.h \
+       param.h pcb.h pio.h pmap.h proc.h profile.h psc.h psl.h \
        pte.h ptrace.h \
        reg.h \
        scsi_5380.h setjmp.h signal.h stdarg.h svr4_machdep.h \



Home | Main Index | Thread Index | Old Index