diff options
author | jlam <jlam> | 2001-08-02 17:27:41 +0000 |
---|---|---|
committer | jlam <jlam> | 2001-08-02 17:27:41 +0000 |
commit | 926604238a918e8e3a7b247c625bef810687b050 (patch) | |
tree | e9632decdf667ad997e27eab6858ed0e4f4f487f /security/sudo | |
parent | 2d377c57c68687422c5f6e84a871117bc00cd2d4 (diff) | |
download | pkgsrc-926604238a918e8e3a7b247c625bef810687b050.tar.gz |
Mark as USE_BUILDLINK_ONLY.
Diffstat (limited to 'security/sudo')
-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 7f6b08df2a2..df360e9c22e 100644 --- a/security/sudo/Makefile +++ b/security/sudo/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.37 2001/07/13 07:09:23 jlam Exp $ +# $NetBSD: Makefile,v 1.38 2001/08/02 17:27:41 jlam Exp $ # DISTNAME= sudo-1.6.3p7 @@ -13,6 +13,7 @@ MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.courtesan.com/sudo/ COMMENT= Allow others to run commands as root +USE_BUILDLINK_ONLY= # defined GNU_CONFIGURE= # defined .include "../../mk/bsd.prefs.mk" |