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..."
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to