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
This commit is contained in:
Aleksandr Rybalko 2013-12-05 22:56:37 +00:00
parent c80ad859e1
commit 4874c0802c
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=259018
2 changed files with 5 additions and 0 deletions

View File

@ -329,6 +329,8 @@
..
sys
..
teken
..
ufs
ffs
..

View File

@ -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..."