12 lines
204 B
Makefile
12 lines
204 B
Makefile
# $NetBSD: Makefile,v 1.1 2010/11/21 19:19:22 adam Exp $
|
|
|
|
BINOWN= root
|
|
BINMODE=555
|
|
BINDIR= /usr/libexec
|
|
|
|
PROG= ssh-pkcs11-helper
|
|
SRCS= ssh-pkcs11-helper.c
|
|
MAN= ssh-pkcs11-helper.8
|
|
|
|
.include <bsd.prog.mk>
|