diff options
| author | Aleksandr Rybalko <ray@FreeBSD.org> | 2013-12-05 22:56:37 +0000 |
|---|---|---|
| committer | Aleksandr Rybalko <ray@FreeBSD.org> | 2013-12-05 22:56:37 +0000 |
| commit | 4874c0802ccd2821ebdc30a4d0e5483e1f9ea17b (patch) | |
| tree | 5bd2470a7e98fb13453185cb8a6ba2107db5b793 /include/Makefile | |
| parent | c80ad859e1a0f062dad42dd71efd40f1b6ef9184 (diff) | |
Notes
Diffstat (limited to 'include/Makefile')
| -rw-r--r-- | include/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/Makefile b/include/Makefile index 703245094c3b8..5ec7af70dbcad 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..." |
