Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/evbppc/include Add pmc.h



details:   https://anonhg.NetBSD.org/src/rev/d1b4d156eb23
branches:  trunk
changeset: 540289:d1b4d156eb23
user:      scw <scw%NetBSD.org@localhost>
date:      Mon Dec 09 12:17:42 2002 +0000

description:
Add pmc.h

diffstat:

 sys/arch/evbppc/include/Makefile |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (20 lines):

diff -r 760fb1ee7722 -r d1b4d156eb23 sys/arch/evbppc/include/Makefile
--- a/sys/arch/evbppc/include/Makefile  Mon Dec 09 12:15:48 2002 +0000
+++ b/sys/arch/evbppc/include/Makefile  Mon Dec 09 12:17:42 2002 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.1 2002/12/09 12:15:55 scw Exp $
+#      $NetBSD: Makefile,v 1.2 2002/12/09 12:17:42 scw Exp $
 
 KDIR=  /sys/arch/evbppc/include
 INCSDIR= /usr/include/evbppc
@@ -14,8 +14,8 @@
        kcore.h \
        limits.h lock.h \
        math.h \
-       param.h pcb.h pio.h pmap.h powerpc.h proc.h profile.h psl.h pte.h \
-       ptrace.h \
+       param.h pcb.h pio.h pmap.h pmc.h powerpc.h proc.h profile.h \
+       psl.h pte.h ptrace.h \
        reg.h reloc.h \
        setjmp.h signal.h stdarg.h \
        tlb.h trap.h types.h \



Home | Main Index | Thread Index | Old Index