svn commit: r259018 - in head: etc/mtree include
Aleksandr Rybalko
ray at FreeBSD.org
Thu Dec 5 22:56:38 UTC 2013
Author: ray
Date: Thu Dec 5 22:56:37 2013
New Revision: 259018
URL: http://svnweb.freebsd.org/changeset/base/259018
Log:
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
Modified:
head/etc/mtree/BSD.include.dist
head/include/Makefile
Directory Properties:
head/etc/ (props changed)
head/include/ (props changed)
Modified: head/etc/mtree/BSD.include.dist
==============================================================================
--- head/etc/mtree/BSD.include.dist Thu Dec 5 22:53:32 2013 (r259017)
+++ head/etc/mtree/BSD.include.dist Thu Dec 5 22:56:37 2013 (r259018)
@@ -329,6 +329,8 @@
..
sys
..
+ teken
+ ..
ufs
ffs
..
Modified: head/include/Makefile
==============================================================================
--- head/include/Makefile Thu Dec 5 22:53:32 2013 (r259017)
+++ head/include/Makefile Thu Dec 5 22:56:37 2013 (r259018)
@@ -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..."
More information about the svn-src-head
mailing list