1 2 3 4 5 6 7 8 9 10 11
# $FreeBSD$ .include <bsd.own.mk> SUBDIR= lib add create delete info ${_sign} version .if ${MK_OPENSSL} != "no" _sign= sign .endif .include <bsd.subdir.mk>