aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/strings
diff options
context:
space:
mode:
authorMariusz Zaborski <oshogbo@FreeBSD.org>2019-04-08 03:35:47 +0000
committerMariusz Zaborski <oshogbo@FreeBSD.org>2019-04-08 03:35:47 +0000
commit120bdcd90b4345cb88c38ce12230a4fc4dbd0832 (patch)
tree51cc03cf33f1be3a7211b3a8c13027a573b9be12 /usr.bin/strings
parent4ff9f3e6e605c409331a16696a8df194970d44f5 (diff)
downloadsrc-120bdcd90b4345cb88c38ce12230a4fc4dbd0832.tar.gz
src-120bdcd90b4345cb88c38ce12230a4fc4dbd0832.zip
Notes
Diffstat (limited to 'usr.bin/strings')
-rw-r--r--usr.bin/strings/Makefile2
1 files changed, 1 insertions, 1 deletions
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