From 54ed1548db79b36524b0ed98033fb75452080ad4 Mon Sep 17 00:00:00 2001 From: Jeroen Ruigrok/asmodai Date: Sat, 11 Jun 2005 22:37:34 +0000 Subject: [PATCH] Remove NO_PKGTOOLS wrapper, it existed in top-level Makefile already. Reminded by: joerg --- usr.sbin/pkg_install/Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/usr.sbin/pkg_install/Makefile b/usr.sbin/pkg_install/Makefile index 7043f9ce5b..61df415574 100644 --- a/usr.sbin/pkg_install/Makefile +++ b/usr.sbin/pkg_install/Makefile @@ -1,9 +1,7 @@ # $FreeBSD: src/usr.sbin/pkg_install/Makefile,v 1.15 2004/01/17 13:41:16 ru Exp $ -# $DragonFly: src/usr.sbin/pkg_install/Attic/Makefile,v 1.5 2005/06/11 21:09:51 asmodai Exp $ +# $DragonFly: src/usr.sbin/pkg_install/Attic/Makefile,v 1.6 2005/06/11 22:37:34 asmodai Exp $ -.if !defined(NO_PKGTOOLS) SUBDIR= lib add create delete info ${_sign} version -.endif .if !defined(NOCRYPT) && !defined(NO_OPENSSL) _sign= sign -- 2.41.0