Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/sparc install sxreg.h to /usr/include/sparc/
details: https://anonhg.NetBSD.org/src/rev/4b72038b8e5e
branches: trunk
changeset: 787037:4b72038b8e5e
user: macallan <macallan%NetBSD.org@localhost>
date: Thu May 30 20:08:47 2013 +0000
description:
install sxreg.h to /usr/include/sparc/
diffstat:
sys/arch/sparc/Makefile | 4 ++--
sys/arch/sparc/dev/Makefile | 7 +++++++
2 files changed, 9 insertions(+), 2 deletions(-)
diffs (28 lines):
diff -r 9731be465e39 -r 4b72038b8e5e sys/arch/sparc/Makefile
--- a/sys/arch/sparc/Makefile Thu May 30 16:01:25 2013 +0000
+++ b/sys/arch/sparc/Makefile Thu May 30 20:08:47 2013 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2011/04/04 19:41:24 dyoung Exp $
+# $NetBSD: Makefile,v 1.11 2013/05/30 20:08:47 macallan Exp $
# Makefile for sparc tags file and boot blocks
@@ -29,6 +29,6 @@
(cd $$i && rm -f tags; ln -s ../tags tags); done
-SUBDIR= compile include stand
+SUBDIR= compile include stand dev
.include <bsd.subdir.mk>
diff -r 9731be465e39 -r 4b72038b8e5e sys/arch/sparc/dev/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/sys/arch/sparc/dev/Makefile Thu May 30 20:08:47 2013 +0000
@@ -0,0 +1,7 @@
+# $NetBSD: Makefile,v 1.1 2013/05/30 20:08:47 macallan Exp $
+
+INCSDIR=/usr/include/sparc
+
+INCS= sxreg.h
+
+.include <bsd.kinc.mk>
Home |
Main Index |
Thread Index |
Old Index