summaryrefslogtreecommitdiff
path: root/usr/src/cmd/tnf
diff options
context:
space:
mode:
authorRichard Lowe <richlowe@richlowe.net>2018-02-11 01:24:12 +0000
committerRichard Lowe <richlowe@richlowe.net>2019-01-31 01:47:06 +0000
commit299e09dec5d1f56c12f76421d18079871b467bfc (patch)
tree5e3a32b62d4a0d3d0ce54bee72282c249aa023c6 /usr/src/cmd/tnf
parent096c97d62be876a03a0a8cdb0a540e9c84ec509f (diff)
downloadillumos-joyent-299e09dec5d1f56c12f76421d18079871b467bfc.tar.gz
10051 cw(1) shouldn't have to translate -g
Reviewed by: Joshua M. Clulow <josh@sysmgr.org> Reviewed by: Gergő Mihály Doma <domag02@gmail.com> Reviewed by: Toomas Soome <tsoome@me.com> Approved by: Dan McDonald <danmcd@joyent.com>
Diffstat (limited to 'usr/src/cmd/tnf')
-rw-r--r--usr/src/cmd/tnf/prex/Makefile.com4
1 files changed, 1 insertions, 3 deletions
diff --git a/usr/src/cmd/tnf/prex/Makefile.com b/usr/src/cmd/tnf/prex/Makefile.com
index 871583d0aa..90303b6aa7 100644
--- a/usr/src/cmd/tnf/prex/Makefile.com
+++ b/usr/src/cmd/tnf/prex/Makefile.com
@@ -62,8 +62,6 @@ YFLAGS= -d
LFLAGS= -v
# FOR normal makefile, uncomment the next line
LDLIBS += -lgen -ltnfctl -lelf -lc
-# Uncomment the following line for a debug build
-# COPTFLAG = -g -DDEBUG
CFLAGS += $(CCVERBOSE)
CERRWARN += -_gcc=-Wno-unused-label
@@ -112,7 +110,7 @@ $(POFILE): $(POFILES)
clean:
$(RM) $(OBJS) $(CLEANFILES)
-lint: $(OBJS)
+lint: $(OBJS)
$(LINT.c) $(SRCS)
include ../../../Makefile.targ