diff options
Diffstat (limited to 'security/sudo/Makefile')
-rw-r--r-- | security/sudo/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/sudo/Makefile b/security/sudo/Makefile index c4a96639ed9..e8b67847945 100644 --- a/security/sudo/Makefile +++ b/security/sudo/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.30 2001/02/05 09:01:03 tron Exp $ +# $NetBSD: Makefile,v 1.31 2001/02/17 17:50:13 wiz Exp $ # FreeBSD Id: Makefile,v 1.9 1997/11/12 03:24:41 obrien Exp # @@ -12,6 +12,7 @@ MASTER_SITES= http://www.courtesan.com/sudo/dist/ \ MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.courtesan.com/sudo/ +COMMENT= Allow others to run commands as root BUILD_DEPENDS+= ${LOCALBASE}/bin/autoconf:../../devel/autoconf |