svn commit: r347334 - head

Antoine Brodin antoine at FreeBSD.org
Wed May 8 15:17:37 UTC 2019


Author: antoine
Date: Wed May  8 15:17:36 2019
New Revision: 347334
URL: https://svnweb.freebsd.org/changeset/base/347334

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

Modified:
  head/Makefile.inc1

Modified: head/Makefile.inc1
==============================================================================
--- head/Makefile.inc1	Wed May  8 15:17:16 2019	(r347333)
+++ head/Makefile.inc1	Wed May  8 15:17:36 2019	(r347334)
@@ -2570,6 +2570,7 @@ NXBDIRS+= \
     usr.bin/true \
     usr.bin/uniq \
     usr.bin/unzip \
+    usr.bin/wc \
     usr.bin/xargs \
     usr.bin/xinstall \
     usr.bin/xz \
@@ -2601,6 +2602,7 @@ NXBMAKEARGS+= \
 	-DNO_CPU_CFLAGS \
 	-DNO_PIC \
 	SSP_CFLAGS= \
+	MK_CASPER=no \
 	MK_CLANG_EXTRAS=no \
 	MK_CLANG_FULL=no \
 	MK_CTF=no \


More information about the svn-src-all mailing list