From 4874c0802ccd2821ebdc30a4d0e5483e1f9ea17b Mon Sep 17 00:00:00 2001 From: Aleksandr Rybalko Date: Thu, 5 Dec 2013 22:56:37 +0000 Subject: [PATCH] Install teken.h for userland. Part of VT(9) project merge. Reviewed by: nwhitehorn MFC_to_10_after: re approval Sponsored by: The FreeBSD Foundation --- etc/mtree/BSD.include.dist | 2 ++ include/Makefile | 3 +++ 2 files changed, 5 insertions(+) diff --git a/etc/mtree/BSD.include.dist b/etc/mtree/BSD.include.dist index 6641b5e7a552..806be951b2c6 100644 --- a/etc/mtree/BSD.include.dist +++ b/etc/mtree/BSD.include.dist @@ -329,6 +329,8 @@ .. sys .. + teken + .. ufs ffs .. diff --git a/include/Makefile b/include/Makefile index 703245094c3b..5ec7af70dbca 100644 --- a/include/Makefile +++ b/include/Makefile @@ -225,6 +225,9 @@ copies: cd ${.CURDIR}/../sys/rpc; \ ${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 types.h \ ${DESTDIR}${INCLUDEDIR}/rpc + cd ${.CURDIR}/../sys/teken; \ + ${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 teken.h \ + ${DESTDIR}${INCLUDEDIR}/teken symlinks: @${ECHO} "Setting up symlinks to kernel source tree..."