summaryrefslogtreecommitdiff
path: root/usr.sbin/btrace/Makefile
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2021-09-06 13:37:51 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2021-09-06 13:37:51 +0000
commit7646a42e642633f7a41b2bcb7d7938593bc9b63a (patch)
treebe64ae7d240c6c60f248c0f53cb68275ea939a98 /usr.sbin/btrace/Makefile
parent61e55104902d17834e27880ca0f207249a37c46f (diff)
we do not build binaries -g by default
Diffstat (limited to 'usr.sbin/btrace/Makefile')
-rw-r--r--usr.sbin/btrace/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/btrace/Makefile b/usr.sbin/btrace/Makefile
index a8974c79a6b..3c4a58f3610 100644
--- a/usr.sbin/btrace/Makefile
+++ b/usr.sbin/btrace/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.1 2020/01/21 16:24:55 mpi Exp $
+# $OpenBSD: Makefile,v 1.2 2021/09/06 13:37:50 deraadt Exp $
PROG= btrace
MAN= bt.5 btrace.8
@@ -17,6 +17,6 @@ CFLAGS+= -I${.CURDIR}
LDADD+= -lelf
DPADD+= ${LIBELF}
-DEBUG?= -g
+#DEBUG?= -g
.include <bsd.prog.mk>