svn commit: r308484 - head

Antoine Brodin antoine at FreeBSD.org
Thu Nov 10 16:27:35 UTC 2016


Author: antoine
Date: Thu Nov 10 16:27:34 2016
New Revision: 308484
URL: https://svnweb.freebsd.org/changeset/base/308484

Log:
  Add limits(1) to native-xtools so that it can be used in qemu user-mode jails

Modified:
  head/Makefile.inc1

Modified: head/Makefile.inc1
==============================================================================
--- head/Makefile.inc1	Thu Nov 10 12:54:33 2016	(r308483)
+++ head/Makefile.inc1	Thu Nov 10 16:27:34 2016	(r308484)
@@ -1954,6 +1954,7 @@ native-xtools: .PHONY
     usr.bin/gzip \
     usr.bin/id \
     usr.bin/lex \
+    usr.bin/limits \
     usr.bin/lorder \
     usr.bin/mktemp \
     usr.bin/mt \


More information about the svn-src-head mailing list