diff options
author | Daniel Dickman <daniel@cvs.openbsd.org> | 2014-10-21 00:12:47 +0000 |
---|---|---|
committer | Daniel Dickman <daniel@cvs.openbsd.org> | 2014-10-21 00:12:47 +0000 |
commit | 35b36ea27e93323186e53f17b9a5aaabbef77d72 (patch) | |
tree | 4f97d68bf0132af896ad8b17aec4b5213aa628b8 /gnu/usr.bin/cvs | |
parent | 9e4b922a7877bb2d70767256f03d742ff16d61b7 (diff) |
no more kerberos.
ok deraadt@, dcoppa@
Diffstat (limited to 'gnu/usr.bin/cvs')
-rw-r--r-- | gnu/usr.bin/cvs/Makefile.bsd-wrapper | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/usr.bin/cvs/Makefile.bsd-wrapper b/gnu/usr.bin/cvs/Makefile.bsd-wrapper index 568d85d9411..f228aec51e5 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.51 2014/04/22 10:21:56 reyk Exp $ +# $OpenBSD: Makefile.bsd-wrapper,v 1.52 2014/10/21 00:12:46 daniel Exp $ .include <bsd.own.mk> @@ -33,7 +33,7 @@ config: .FORCE ACLOCAL=true AUTOCONF=true AUTOMAKE=true AUTOHEADER=true \ MAKEINFO='makeinfo --no-split' \ sh ${.CURDIR}/configure --prefix=/usr --mandir=/usr/share/man \ - --datadir=/usr/libdata ${KRB} ${KRB5} ${CF} + --datadir=/usr/libdata ${CF} config.status: PATH="/bin:/usr/bin:/sbin:/usr/sbin" \ @@ -42,7 +42,7 @@ config.status: ACLOCAL=true AUTOCONF=true AUTOMAKE=true AUTOHEADER=true \ MAKEINFO='makeinfo --no-split' \ sh ${.CURDIR}/configure --prefix=/usr --mandir=/usr/share/man \ - --datadir=/usr/libdata ${KRB} ${KRB5} ${CF} + --datadir=/usr/libdata ${CF} .ifdef NOMAN maninstall: |