12 lines
202 B
Makefile
12 lines
202 B
Makefile
# $NetBSD: Makefile,v 1.1 2009/06/07 22:38:46 christos Exp $
|
|
|
|
BINOWN= root
|
|
BINMODE=4555
|
|
BINDIR= /usr/libexec
|
|
|
|
PROG= ssh-keysign
|
|
SRCS= ssh-keysign.c readconf.c
|
|
MAN= ssh-keysign.8
|
|
|
|
.include <bsd.prog.mk>
|