summaryrefslogtreecommitdiff
path: root/gnu/usr.bin
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1999-12-06 09:24:56 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1999-12-06 09:24:56 +0000
commit6dc2338ddba87eed8bb95ba34afb5271612cc297 (patch)
tree20f074b819e3caabfba91cc52f03564483df4b1f /gnu/usr.bin
parentbe4bf58f88de148082f214feca33f86e8b2e2556 (diff)
allow --enable-encryption in kerberos case
Diffstat (limited to 'gnu/usr.bin')
-rw-r--r--gnu/usr.bin/cvs/Makefile.bsd-wrapper4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/usr.bin/cvs/Makefile.bsd-wrapper b/gnu/usr.bin/cvs/Makefile.bsd-wrapper
index f129526597f..b2f5346b833 100644
--- a/gnu/usr.bin/cvs/Makefile.bsd-wrapper
+++ b/gnu/usr.bin/cvs/Makefile.bsd-wrapper
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile.bsd-wrapper,v 1.32 1999/09/10 06:19:48 tholo Exp $
+# $OpenBSD: Makefile.bsd-wrapper,v 1.33 1999/12/06 09:24:55 deraadt Exp $
.include <bsd.own.mk>
@@ -11,7 +11,7 @@ CLEANFILES= lib/getdate.c macintosh/Makefile os2/Makefile doc/CVSvn.texi \
doc/cvsclient.info-2 doc/cvsclient.info-3
.if (${KERBEROS} == "yes")
-KRB=--with-krb4=/usr
+KRB=--with-krb4=/usr --enable-encryption
.else
KRB=--without-krb4
.endif