summaryrefslogtreecommitdiff
path: root/usr.bin/ssh/ssh-keysign/Makefile
blob: f7ba81e1fa31feefdd63ea7454430cd54719249f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#	$NetBSD: Makefile,v 1.7 2005/01/03 06:05:51 lukem Exp $

.include <bsd.own.mk>

PROG=	ssh-keysign
SRCS=	ssh-keysign.c readconf.c
MAN=	ssh-keysign.8

BINOWN=	root
BINMODE=4555
BINDIR=	/usr/libexec

.include <bsd.prog.mk>