]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - secure/usr.bin/ssh-keyscan/Makefile
Bring LLVM libunwind snapshot into contrib/llvm/projects
[FreeBSD/FreeBSD.git] / secure / usr.bin / ssh-keyscan / Makefile
1 # $FreeBSD$
2
3 .include <src.opts.mk>
4
5 PROG=   ssh-keyscan
6 SRCS=   ssh-keyscan.c roaming_dummy.c
7 CFLAGS+=-I${SSHDIR} -include ssh_namespace.h
8
9 LIBADD= ssh
10
11 .if ${MK_LDNS} != "no"
12 CFLAGS+=        -DHAVE_LDNS=1
13 #DPADD+=        ${LIBLDNS}
14 #LDADD+=        -lldns
15 .endif
16
17 .include <bsd.prog.mk>
18
19 .PATH:  ${SSHDIR}
20
21 ${OBJS} ${POBJS} ${SOBJS}: ssh_namespace.h