c9d8bf8608
- Spam /usr/lib some more by making libssh a standard library. - Tweak ${LIBPAM} and ${MINUSLPAM}. - Garbage collect unused libssh_pic.a. - Add fake -lz dependency to secure/ makefiles needed for dynamic linkage with -lssh. Reviewed by: des, markm Approved by: markm
13 lines
162 B
Makefile
13 lines
162 B
Makefile
# $FreeBSD$
|
|
#
|
|
|
|
PROG= ssh-keyscan
|
|
SRCS= ssh-keyscan.c
|
|
|
|
LDADD+= -lssh -lcrypto -lz
|
|
DPADD+= ${LIBSSH} ${LIBCRYPTO} ${LIBZ}
|
|
|
|
.include <bsd.prog.mk>
|
|
|
|
.PATH: ${SSHDIR}
|