freebsd-dev/usr.sbin/pkg_install/Makefile
Ruslan Ermilov d82881651b - Properly build both crypto and non-crypto versions of the
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.
2004-01-17 13:41:16 +00:00

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>