diff options
author | obrien <obrien@FreeBSD.org> | 1997-11-12 03:24:41 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 1997-11-12 03:24:41 +0000 |
commit | c7e0508b5510a3819129028bc7e6aaf3d9d8f258 (patch) | |
tree | 3176b71e648c9f75442395ea4d2a7b2067809315 | |
parent | f97a291b24fa37261755b713e86b3a6071ef35b7 (diff) | |
download | FreeBSD-ports-c7e0508b5510a3819129028bc7e6aaf3d9d8f258.zip FreeBSD-ports-c7e0508b5510a3819129028bc7e6aaf3d9d8f258.tar.gz |
Since we have S/Key in the base system, might as well suport it.
(someone that uses OPIE should test out that link option)
-rw-r--r-- | security/sudo/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/sudo/Makefile b/security/sudo/Makefile index a660ea4..43d8077 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 |