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

This commit is contained in:
Antoine Brodin 2019-05-08 15:17:36 +00:00
parent e01ada5c44
commit 9c8f66cb8b

View File

@ -2570,6 +2570,7 @@ NXBDIRS+= \
usr.bin/true \ usr.bin/true \
usr.bin/uniq \ usr.bin/uniq \
usr.bin/unzip \ usr.bin/unzip \
usr.bin/wc \
usr.bin/xargs \ usr.bin/xargs \
usr.bin/xinstall \ usr.bin/xinstall \
usr.bin/xz \ usr.bin/xz \
@ -2601,6 +2602,7 @@ NXBMAKEARGS+= \
-DNO_CPU_CFLAGS \ -DNO_CPU_CFLAGS \
-DNO_PIC \ -DNO_PIC \
SSP_CFLAGS= \ SSP_CFLAGS= \
MK_CASPER=no \
MK_CLANG_EXTRAS=no \ MK_CLANG_EXTRAS=no \
MK_CLANG_FULL=no \ MK_CLANG_FULL=no \
MK_CTF=no \ MK_CTF=no \