Home | History | Annotate | Line # | Download | only in certctl
Makefile revision 1.1
      1 #	$NetBSD: Makefile,v 1.1 2023/08/26 05:27:15 riastradh Exp $
      2 #
      3 
      4 MAN=		certctl.8
      5 SCRIPTS=	certctl.sh
      6 
      7 FILESDIR=	/etc/openssl
      8 CONFIGFILES=	certs.conf
      9 
     10 .include <bsd.prog.mk>
     11