mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
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:
parent
c80ad859e1
commit
4874c0802c
2 changed files with 5 additions and 0 deletions
|
|
@ -329,6 +329,8 @@
|
|||
..
|
||||
sys
|
||||
..
|
||||
teken
|
||||
..
|
||||
ufs
|
||||
ffs
|
||||
..
|
||||
|
|
|
|||
|
|
@ -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..."
|
||||
|
|
|
|||
Loading…
Reference in a new issue