opnsense-src/secure/libexec/ssh-keysign/Makefile

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

23 lines
313 B
Makefile
Raw Normal View History

2002-06-23 12:09:29 -04:00
.include <src.opts.mk>
.include "${SRCTOP}/secure/ssh.mk"
2002-06-23 12:09:29 -04:00
PROG= ssh-keysign
SRCS= ssh-keysign.c readconf.c uidswap.c
2002-06-23 12:09:29 -04:00
MAN= ssh-keysign.8
BINMODE=4555
2002-06-23 12:09:29 -04:00
2014-11-25 16:18:18 -05:00
LIBADD= ssh
2002-06-23 12:09:29 -04:00
.if ${MK_LDNS} != "no"
CFLAGS+= -DHAVE_LDNS=1
#DPADD+= ${LIBLDNS}
#LDADD+= -lldns
.endif
LIBADD+= crypto
2002-06-23 12:09:29 -04:00
.include <bsd.prog.mk>
.PATH: ${SSHDIR}