Sun Jul 31 06:43:57 2011 UTC ()
cleanup vars.texi


(plunky)
diff -r1.5 -r1.6 src/crypto/external/bsd/heimdal/lib/libkrb5/Makefile

cvs diff -r1.5 -r1.6 src/crypto/external/bsd/heimdal/lib/libkrb5/Makefile (expand / switch to unified diff)

--- src/crypto/external/bsd/heimdal/lib/libkrb5/Makefile 2011/05/26 12:56:24 1.5
+++ src/crypto/external/bsd/heimdal/lib/libkrb5/Makefile 2011/07/31 06:43:56 1.6
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: Makefile,v 1.5 2011/05/26 12:56:24 joerg Exp $ 1# $NetBSD: Makefile,v 1.6 2011/07/31 06:43:56 plunky Exp $
2 2
3USE_FORT?= yes # network protocol library 3USE_FORT?= yes # network protocol library
4 4
5NOLINT= # defined 5NOLINT= # defined
6 6
7CWARNFLAGS.clang= -Wno-conversion -Wno-tautological-compare 7CWARNFLAGS.clang= -Wno-conversion -Wno-tautological-compare
8 8
9.include <bsd.own.mk> 9.include <bsd.own.mk>
10.include <${.CURDIR}/../../Makefile.inc> 10.include <${.CURDIR}/../../Makefile.inc>
11 11
12.PATH: ${HEIMDIST}/lib/krb5 ${HEIMDIST}/doc ${HEIMBASE}/include 12.PATH: ${HEIMDIST}/lib/krb5 ${HEIMDIST}/doc ${HEIMBASE}/include
13 13
14WARNS?= 0 14WARNS?= 0
@@ -523,16 +523,18 @@ FILES= ${HEIMDIST}/krb5.conf @@ -523,16 +523,18 @@ FILES= ${HEIMDIST}/krb5.conf
523FILESDIR= /usr/share/examples/kerberos 523FILESDIR= /usr/share/examples/kerberos
524.endif 524.endif
525 525
526TEXINFO= heimdal.texi 526TEXINFO= heimdal.texi
527INFOFLAGS= -I. -I${HEIMDIST}/doc 527INFOFLAGS= -I. -I${HEIMDIST}/doc
528 528
529heimdal.texi: vars.texi 529heimdal.texi: vars.texi
530 530
531vars.texi: vars.tin 531vars.texi: vars.tin
532 < ${HEIMDIST}/doc/vars.tin > $@ \ 532 < ${HEIMDIST}/doc/vars.tin > $@ \
533 sed -e 's,[@]dbdir[@],/var/heimdal,g' \ 533 sed -e 's,[@]dbdir[@],/var/heimdal,g' \
534 -e 's,[@]PACKAGE_VERSION[@],1.5pre1,g' 534 -e 's,[@]PACKAGE_VERSION[@],1.5pre1,g'
535 535
 536CLEANFILES+= vars.texi
 537
536.include <${HEIMBASE}/Makefile.rules.inc> 538.include <${HEIMBASE}/Makefile.rules.inc>
537.include <bsd.lib.mk> 539.include <bsd.lib.mk>
538.include <bsd.info.mk> 540.include <bsd.info.mk>