diff options
Diffstat (limited to 'security/sudo/Makefile')
-rw-r--r-- | security/sudo/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/security/sudo/Makefile b/security/sudo/Makefile index c06654c..f1cabe3 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.4 1996/09/06 13:41:02 erich Exp $ +# $Id: Makefile,v 1.5 1996/11/12 00:05:35 obrien Exp $ # DISTNAME= cu-sudo.v1.5 @@ -17,5 +17,7 @@ MAINTAINER= erich@rrnet.com HAS_CONFIGURE= yes CONFIGURE_ARGS= --with-C2 --with-fbsdops WRKSRC= ${WRKDIR}/sudo.v1.5 +MAN5= sudoers.5 +MAN8= sudo.8 visudo.8 .include <bsd.port.mk> |