Merge from vendor branch CVS:
[dragonfly.git] / secure / libexec / ssh-keysign / Makefile
1 # $FreeBSD: src/secure/libexec/ssh-keysign/Makefile,v 1.1.2.2 2003/02/03 17:31:12 des Exp $
2 # $DragonFly: src/secure/libexec/ssh-keysign/Makefile,v 1.3 2004/07/31 19:03:01 geekgod Exp $
3
4 PROG=   ssh-keysign
5 SRCS=   ssh-keysign.c readconf.c
6 MAN=    ssh-keysign.8
7 .if defined(ENABLE_SUID_SSH)
8 BINMODE=4511
9 .endif
10
11 SRCS+=  ${.CURDIR}/../../usr.bin/ssh/readconf.c.patch
12
13 DPADD+= ${LIBZ}
14 LDADD+= -lz
15
16 .include "../../Makefile.ssh.common"
17 .include <bsd.prog.mk>