Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-src
Path: blob/main/usr.sbin/certctl/Makefile
101816 views
.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>