svn commit: r307007 - projects/doctools

Baptiste Daroussin bapt at FreeBSD.org
Mon Oct 10 21:12:57 UTC 2016


Author: bapt
Date: Mon Oct 10 21:12:56 2016
New Revision: 307007
URL: https://svnweb.freebsd.org/changeset/base/307007

Log:
  add col(1) to the bootstrap tools it is needed by heirloom doctools
  and we will use the version we have already in base

Modified:
  projects/doctools/Makefile.inc1

Modified: projects/doctools/Makefile.inc1
==============================================================================
--- projects/doctools/Makefile.inc1	Mon Oct 10 20:51:04 2016	(r307006)
+++ projects/doctools/Makefile.inc1	Mon Oct 10 21:12:56 2016	(r307007)
@@ -1584,7 +1584,8 @@ _gperf=		gnu/usr.bin/gperf
 
 .if ${MK_SHAREDOCS} != "no" || ${MK_DOCTOOLS} != "no"
 _doctools=	cddl/usr.bin/doctools \
-		usr.bin/soelim
+		usr.bin/soelim \
+		usr.bin/col
 .endif
 
 .if ${MK_VT} != "no"


More information about the svn-src-projects mailing list