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

Reply via email to