Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/x86/include Install header files.



details:   https://anonhg.NetBSD.org/src/rev/32054f13e626
branches:  trunk
changeset: 543519:32054f13e626
user:      fvdl <fvdl%NetBSD.org@localhost>
date:      Wed Feb 26 22:27:00 2003 +0000

description:
Install header files.

diffstat:

 sys/arch/x86/include/Makefile |  20 ++++++++++++++++++++
 1 files changed, 20 insertions(+), 0 deletions(-)

diffs (24 lines):

diff -r f14af95b9bb8 -r 32054f13e626 sys/arch/x86/include/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sys/arch/x86/include/Makefile     Wed Feb 26 22:27:00 2003 +0000
@@ -0,0 +1,20 @@
+#      $NetBSD: Makefile,v 1.1 2003/02/26 22:27:00 fvdl Exp $
+
+INCSDIR=/usr/include/x86
+
+INCS=  aout_machdep.h apicvar.h \
+       bios32.h bootinfo.h bus.h \
+       float.h \
+       i82093reg.h i82093var.h i82489reg.h i82489var.h i8259.h \
+       ieee.h ieeefp.h \
+       intr.h intrdefs.h \
+       mpbiosreg.h mpbiosvar.h mpconfig.h \
+       mtrr.h \
+       pci_machdep.h \
+       pic.h \
+       pio.h \
+       psl.h \
+       specialreg.h \
+       trap.h
+
+.include <bsd.kinc.mk>



Home | Main Index | Thread Index | Old Index