mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-20 11:11:24 +00:00
d82881651b
package management tools. - Drop redundant dependency of pkg_create(1) and pkg_delete(1) on crypto libraries now that they do not link with libfetch.
10 lines
157 B
Makefile
10 lines
157 B
Makefile
# $FreeBSD$
|
|
|
|
SUBDIR= lib add create delete info ${_sign} version
|
|
|
|
.if !defined(NOCRYPT) && !defined(NO_OPENSSL)
|
|
_sign= sign
|
|
.endif
|
|
|
|
.include <bsd.subdir.mk>
|