70e9d0b264
approval. These changes were approved by adding it as port to ports/ tree, but not for src/. I talked to PR submitter and miwi@ some days ago and explained the reasons for it, the both were agree to add it to ports/ only.
12 lines
169 B
Makefile
12 lines
169 B
Makefile
# $FreeBSD$
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
SUBDIR= lib add create delete info ${_sign} updating version
|
|
|
|
.if ${MK_OPENSSL} != "no"
|
|
_sign= sign
|
|
.endif
|
|
|
|
.include <bsd.subdir.mk>
|