- Reduce WARNS level to 3, so it will be compilabe on alpha.

- Don't link libmd, it is not needed.
- Connect manual page to the build.

MFC after:	1 week
This commit is contained in:
Pawel Jakub Dawidek 2005-07-27 23:56:01 +00:00
parent f90af958e4
commit 0ee6653d31
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=148463

View File

@ -8,10 +8,11 @@ SRCS+= g_eli_key.c
SRCS+= pkcs5v2.c
SRCS+= sha2.c
DPADD= ${LIBMD} ${LIBCRYPTO}
LDADD= -lmd -lcrypto
DPADD= ${LIBCRYPTO}
LDADD= -lcrypto
WARNS?= 3
NO_MAN=
CFLAGS+=-I${.CURDIR}/../../../../sys
.include <bsd.lib.mk>