diff options
author | markm <markm@FreeBSD.org> | 2001-12-02 23:09:09 +0000 |
---|---|---|
committer | markm <markm@FreeBSD.org> | 2001-12-02 23:09:09 +0000 |
commit | 36745b0201bca6693e4063254742d1d01cae213b (patch) | |
tree | d8d2f00ac662e59a28501763795e8d9440210e92 /usr.bin/newkey | |
parent | b3be1b374c2059512f036e03571aa528277e4530 (diff) | |
download | FreeBSD-src-36745b0201bca6693e4063254742d1d01cae213b.zip FreeBSD-src-36745b0201bca6693e4063254742d1d01cae213b.tar.gz |
Turn on WARNS=2. this compiles cleanly.
Diffstat (limited to 'usr.bin/newkey')
-rw-r--r-- | usr.bin/newkey/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.bin/newkey/Makefile b/usr.bin/newkey/Makefile index a083a07..c41ca63 100644 --- a/usr.bin/newkey/Makefile +++ b/usr.bin/newkey/Makefile @@ -2,6 +2,7 @@ PROG= newkey SRCS= newkey.c generic.c update.c +WARNS?= 2 MAN= newkey.8 CFLAGS+= -DYP DPADD= ${LIBRPCSVC} ${LIBMP} ${LIBCRYPTO} |