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