From 120bdcd90b4345cb88c38ce12230a4fc4dbd0832 Mon Sep 17 00:00:00 2001 From: Mariusz Zaborski Date: Mon, 8 Apr 2019 03:35:47 +0000 Subject: strings: disable Casper support while building native-xtools Reported by: Charlie Li Tested by: Charlie Li --- usr.bin/strings/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'usr.bin/strings') diff --git a/usr.bin/strings/Makefile b/usr.bin/strings/Makefile index 07cbade0ae9a..01dfdc17079f 100644 --- a/usr.bin/strings/Makefile +++ b/usr.bin/strings/Makefile @@ -10,7 +10,7 @@ PROG= strings LIBADD= elftc elf -.if ${MK_CASPER} != "no" && !defined(BOOTSTRAPPING) +.if ${MK_CASPER} != "no" && !defined(BOOTSTRAPPING) && !defined(NXB_TARGET) LIBADD+= casper LIBADD+= cap_fileargs CFLAGS+= -DWITH_CASPER -- cgit v1.3