# $FreeBSD: head/secure/usr.bin/ssh-add/Makefile 296633 2016-03-11 00:15:29Z des $ .include PROG= ssh-add SRCS+= ssh-add.c CFLAGS+=-I${SSHDIR} -include ssh_namespace.h SRCS+= ssh_namespace.h LIBADD= ssh .if ${MK_LDNS} != "no" CFLAGS+= -DHAVE_LDNS=1 #DPADD+= ${LIBLDNS} #LDADD+= -lldns .endif .include .PATH: ${SSHDIR}