summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>1997-11-12 03:24:41 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>1997-11-12 03:24:41 +0000
commit4ec0f8784df64fbff706533134ec7dfb20b2b938 (patch)
tree2d24549b9c30780fbdb2a4882f43967d98b64ba4 /security
parentSomehow I missed adding the patches directory last time. This makes it compile (diff)
Since we have S/Key in the base system, might as well suport it.
(someone that uses OPIE should test out that link option)
Notes
Notes: svn path=/head/; revision=8586
Diffstat (limited to 'security')
-rw-r--r--security/sudo/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/security/sudo/Makefile b/security/sudo/Makefile
index a660ea4e85d9..43d8077b1f22 100644
--- a/security/sudo/Makefile
+++ b/security/sudo/Makefile
@@ -3,7 +3,7 @@
# Date created: Sun Aug 13 12:36:14 CDT 1995
# Whom: erich@rrnet.com
#
-# $Id: Makefile,v 1.7 1996/11/26 15:27:10 erich Exp $
+# $Id: Makefile,v 1.8 1997/10/22 08:46:03 obrien Exp $
#
DISTNAME= cu-sudo.v1.5.3
@@ -15,7 +15,7 @@ EXTRACT_SUFX= .tar.Z
MAINTAINER= erich@rrnet.com
GNU_CONFIGURE= yes
-CONFIGURE_ARGS= --with-C2 --with-fbsdops
+CONFIGURE_ARGS= --with-C2 --with-skey --with-fbsdops
WRKSRC= ${WRKDIR}/sudo.v1.5.3
MAN5= sudoers.5
MAN8= sudo.8 visudo.8