artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
025f8c0
)
we do not build binaries -g by default
author
deraadt
<deraadt@openbsd.org>
Mon, 6 Sep 2021 13:37:50 +0000
(13:37 +0000)
committer
deraadt
<deraadt@openbsd.org>
Mon, 6 Sep 2021 13:37:50 +0000
(13:37 +0000)
usr.sbin/btrace/Makefile
patch
|
blob
|
history
diff --git
a/usr.sbin/btrace/Makefile
b/usr.sbin/btrace/Makefile
index
a8974c7
..
3c4a58f
100644
(file)
--- 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>