summaryrefslogtreecommitdiff
path: root/usr.sbin/certctl/Makefile
blob: 6900f0ce3b65efa4682a0b4cb2197120161f4e5a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
.include <src.opts.mk>

PACKAGE=	certctl
PROG=	certctl
MAN=	certctl.8
LIBADD=	crypto
HAS_TESTS=
SUBDIR.${MK_TESTS}=	tests

.ifdef BOOTSTRAPPING
CFLAGS+=-DBOOTSTRAPPING
.endif

.include <bsd.prog.mk>