summaryrefslogtreecommitdiff
path: root/usr/src/cmd/mdb/Makefile.libstandctf
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/cmd/mdb/Makefile.libstandctf')
-rw-r--r--usr/src/cmd/mdb/Makefile.libstandctf2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/src/cmd/mdb/Makefile.libstandctf b/usr/src/cmd/mdb/Makefile.libstandctf
index 7d4c8fbf0d..b5dce2d926 100644
--- a/usr/src/cmd/mdb/Makefile.libstandctf
+++ b/usr/src/cmd/mdb/Makefile.libstandctf
@@ -43,7 +43,7 @@ MAPFILE = ../../../common/libstandctf/mapfile
$(NOT_RELEASE_BUILD)CPPFLAGS += -DDEBUG
CPPFLAGS += -I$(SRC)/common/ctf -I../../../common -DCTF_OLD_VERSIONS -D_MDB \
- -Dvsnprintf=ctf_vsnprintf
+ -Dvsnprintf=ctf_vsnprintf -Dassfail=kmdb_prom_assfail
#
# kmdb is a kernel module, so we'll use the kernel's build flags.