Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 5 Dec 2013 22:56:37 +0000 (UTC)
From:      Aleksandr Rybalko <ray@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r259018 - in head: etc/mtree include
Message-ID:  <201312052256.rB5MubFq063891@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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..."



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201312052256.rB5MubFq063891>