Connect the man page to the build.

Sponsored by:	DARPA, NAI Labs
This commit is contained in:
Dag-Erling Smørgrav 2001-12-05 16:02:50 +00:00
parent e2c8459e85
commit d5a8dd3fb5

View File

@ -10,5 +10,6 @@ CFLAGS+= -I${SSHSRC}
DPADD= ${LIBCRYPTO} ${LIBCRYPT} ${LIBUTIL} ${LIBZ}
LDADD= -L${.OBJDIR}/../../../../secure/lib/libssh -lssh -lcrypto \
-lcrypt -lutil -lz
MAN= pam_ssh.8
.include <bsd.lib.mk>