diff options
Diffstat (limited to 'usr.sbin/pmcannotate/Makefile')
-rw-r--r-- | usr.sbin/pmcannotate/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/usr.sbin/pmcannotate/Makefile b/usr.sbin/pmcannotate/Makefile index e087bb3c28e7..cff1efb5ccfa 100644 --- a/usr.sbin/pmcannotate/Makefile +++ b/usr.sbin/pmcannotate/Makefile @@ -5,8 +5,6 @@ PROG= pmcannotate MAN= pmcannotate.8 -WARNS?= 6 - SRCS= pmcannotate.c .include <bsd.prog.mk> |