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:
ray 2013-12-05 22:56:37 +00:00
parent dae0be0fd9
commit 0ca91c9051
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..."