Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/hdmicec add makefile for installing hdmicecio.h
details: https://anonhg.NetBSD.org/src/rev/4159bf2c4b17
branches: trunk
changeset: 339671:4159bf2c4b17
user: jmcneill <jmcneill%NetBSD.org@localhost>
date: Sun Aug 02 21:22:34 2015 +0000
description:
add makefile for installing hdmicecio.h
diffstat:
sys/dev/hdmicec/Makefile | 8 ++++++++
1 files changed, 8 insertions(+), 0 deletions(-)
diffs (12 lines):
diff -r 05e37c196a6b -r 4159bf2c4b17 sys/dev/hdmicec/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/sys/dev/hdmicec/Makefile Sun Aug 02 21:22:34 2015 +0000
@@ -0,0 +1,8 @@
+# $NetBSD: Makefile,v 1.1 2015/08/02 21:22:34 jmcneill Exp $
+
+INCSDIR= /usr/include/dev/hdmicec
+
+# Only install includes which are used by userland
+INCS= hdmicecio.h
+
+.include <bsd.kinc.mk>
Home |
Main Index |
Thread Index |
Old Index