From b7946da96b4498519f66f3f5fe72d1474bf13f7d Mon Sep 17 00:00:00 2001 From: Ed Schouten Date: Sat, 2 Jan 2010 10:27:05 +0000 Subject: Build usr.bin/ with WARNS=6 by default. Also add some missing $FreeBSD$ to keep svn happy. --- usr.bin/opiekey/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'usr.bin/opiekey') diff --git a/usr.bin/opiekey/Makefile b/usr.bin/opiekey/Makefile index 215c86b4511e..e017f4d044a5 100644 --- a/usr.bin/opiekey/Makefile +++ b/usr.bin/opiekey/Makefile @@ -8,6 +8,8 @@ CFLAGS+=-I${.CURDIR}/../../lib/libopie CFLAGS+=-I${OPIE_DIST} CFLAGS+=-DINSECURE_OVERRIDE +WARNS?= 0 + DPADD= ${LIBOPIE} ${LIBMD} LDADD= -lopie -lmd -- cgit v1.2.3