diff options
Diffstat (limited to 'usr/src/cmd/mdb/Makefile.libstandctf')
-rw-r--r-- | usr/src/cmd/mdb/Makefile.libstandctf | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/usr/src/cmd/mdb/Makefile.libstandctf b/usr/src/cmd/mdb/Makefile.libstandctf index 176291399c..caa621be0e 100644 --- a/usr/src/cmd/mdb/Makefile.libstandctf +++ b/usr/src/cmd/mdb/Makefile.libstandctf @@ -22,8 +22,6 @@ # Copyright 2007 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # -# Copyright 2018 Joyent, Inc. -# .KEEP_STATE: @@ -47,9 +45,6 @@ $(NOT_RELEASE_BUILD)CPPFLAGS += -DDEBUG CPPFLAGS += -I$(SRC)/common/ctf -I../../../common -DCTF_OLD_VERSIONS -D_MDB \ -Dvsnprintf=ctf_vsnprintf -Dassfail=kmdb_prom_assfail -CSTD = $(CSTD_GNU99) -C99LMODE = -Xc99=%all - # # kmdb is a kernel module, so we'll use the kernel's build flags. CFLAGS64 += $(STAND_FLAGS_64) |