Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/sun68k/include Added a Makefile to install sun68k c...



details:   https://anonhg.NetBSD.org/src/rev/7daed0a5023e
branches:  trunk
changeset: 511788:7daed0a5023e
user:      fredette <fredette%NetBSD.org@localhost>
date:      Wed Jun 27 02:53:39 2001 +0000

description:
Added a Makefile to install sun68k common headers.

diffstat:

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

diffs (19 lines):

diff -r 448d937c0e5b -r 7daed0a5023e sys/arch/sun68k/include/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sys/arch/sun68k/include/Makefile  Wed Jun 27 02:53:39 2001 +0000
@@ -0,0 +1,15 @@
+#      $NetBSD: Makefile,v 1.1 2001/06/27 02:53:39 fredette Exp $
+
+KDIR=  /sys/arch/sun68k/include
+INCSDIR= /usr/include/sun68k
+
+INCS=  \
+       bus.h \
+       cpu.h \
+       disklabel.h \
+       idprom.h \
+       intr.h \
+       mon.h \
+       psl.h
+
+.include <bsd.kinc.mk>



Home | Main Index | Thread Index | Old Index