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