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/f816c9db2422
branches: trunk
changeset: 809813:f816c9db2422
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 494324c33d40 -r f816c9db2422 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