Home | History | Annotate | Line # | Download | only in ssh-pkcs11-helper
Makefile revision 1.1
      1 #	$NetBSD: Makefile,v 1.1 2010/11/21 19:19:22 adam Exp $
      2 
      3 BINOWN= root
      4 BINMODE=555
      5 BINDIR= /usr/libexec
      6 
      7 PROG=	ssh-pkcs11-helper
      8 SRCS=	ssh-pkcs11-helper.c
      9 MAN=	ssh-pkcs11-helper.8
     10 
     11 .include <bsd.prog.mk>
     12