Home | History | Annotate | Line # | Download | only in ssh-pkcs11-helper
      1 #	$NetBSD: Makefile,v 1.4 2023/05/09 22:25:26 christos Exp $
      2 
      3 BINOWN= root
      4 BINMODE=555
      5 BINDIR= /usr/libexec
      6 
      7 PROG=	ssh-pkcs11-helper
      8 MAN=	ssh-pkcs11-helper.8
      9 
     10 COPTS.ssh-pkcs11-helper.c+= -Wno-error=deprecated-declarations
     11 
     12 .include <bsd.prog.mk>
     13