Turn on WARNS=2. this compiles cleanly.

This commit is contained in:
Mark Murray 2001-12-02 23:09:09 +00:00
parent f614104aeb
commit 58cb8b9466
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=87238

View File

@ -2,6 +2,7 @@
PROG= newkey
SRCS= newkey.c generic.c update.c
WARNS?= 2
MAN= newkey.8
CFLAGS+= -DYP
DPADD= ${LIBRPCSVC} ${LIBMP} ${LIBCRYPTO}