summaryrefslogtreecommitdiffstats
path: root/usr.bin/ktrace/Makefile
diff options
context:
space:
mode:
authordes <des@FreeBSD.org>2011-10-18 08:26:12 +0000
committerdes <des@FreeBSD.org>2011-10-18 08:26:12 +0000
commit49ff1260bc3d60149dbcdde5cac9032d84f225b1 (patch)
tree55f87557a048b0253ff6957b9893515f464cf28f /usr.bin/ktrace/Makefile
parent24e69eb9d0591db97788b2157d1e89e99f9240dd (diff)
downloadFreeBSD-src-49ff1260bc3d60149dbcdde5cac9032d84f225b1.zip
FreeBSD-src-49ff1260bc3d60149dbcdde5cac9032d84f225b1.tar.gz
Make ktrace(1) build cleanly at WARNS level 6 by completely rethinking the
way in which it handles the -C, -c, -g and -p options. MFC after: 3 weeks
Diffstat (limited to 'usr.bin/ktrace/Makefile')
-rw-r--r--usr.bin/ktrace/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/usr.bin/ktrace/Makefile b/usr.bin/ktrace/Makefile
index 2679923..c00bb75 100644
--- a/usr.bin/ktrace/Makefile
+++ b/usr.bin/ktrace/Makefile
@@ -5,6 +5,4 @@ PROG= ktrace
SRCS= ktrace.c subr.c
MLINKS= ktrace.1 trace.1
-WARNS?= 4
-
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud