NetBSD/usr.bin/ssh/ssh-keysign/Makefile

14 lines
222 B
Makefile

# $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>