- 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:
pjd 2005-07-27 23:56:01 +00:00
parent 075c0555b8
commit 4ab523d931

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>