Module Name:    src
Committed By:   plunky
Date:           Sun Jul 31 06:49:03 UTC 2011

Modified Files:
        src/crypto/external/bsd/heimdal/lib/libgssapi: Makefile
        src/crypto/external/bsd/heimdal/lib/libhx509: Makefile

Log Message:
Clean up intermediate asn1 template files

(this should reeally be fixed in <${HEIMBASE}/Makefile.rules.inc>
but I don't see where since they are not generated for all asn1 sources)


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 \
    src/crypto/external/bsd/heimdal/lib/libgssapi/Makefile
cvs rdiff -u -r1.2 -r1.3 \
    src/crypto/external/bsd/heimdal/lib/libhx509/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/crypto/external/bsd/heimdal/lib/libgssapi/Makefile
diff -u src/crypto/external/bsd/heimdal/lib/libgssapi/Makefile:1.1 src/crypto/external/bsd/heimdal/lib/libgssapi/Makefile:1.2
--- src/crypto/external/bsd/heimdal/lib/libgssapi/Makefile:1.1	Wed Apr 13 19:16:50 2011
+++ src/crypto/external/bsd/heimdal/lib/libgssapi/Makefile	Sun Jul 31 06:49:03 2011
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2011/04/13 19:16:50 elric Exp $
+# $NetBSD: Makefile,v 1.2 2011/07/31 06:49:03 plunky Exp $
 
 USE_FORT?= yes        # network protocol library
 
@@ -35,6 +35,8 @@
 	asn1_NegTokenInitWin.x		\
 	asn1_NegTokenResp.x
 
+CLEANFILES+=	spnego_asn1-template.c
+
 krb5src = \
 	krb5/8003.c \
 	krb5/accept_sec_context.c \

Index: src/crypto/external/bsd/heimdal/lib/libhx509/Makefile
diff -u src/crypto/external/bsd/heimdal/lib/libhx509/Makefile:1.2 src/crypto/external/bsd/heimdal/lib/libhx509/Makefile:1.3
--- src/crypto/external/bsd/heimdal/lib/libhx509/Makefile:1.2	Wed May 25 19:21:17 2011
+++ src/crypto/external/bsd/heimdal/lib/libhx509/Makefile	Sun Jul 31 06:49:03 2011
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2011/05/25 19:21:17 he Exp $
+# $NetBSD: Makefile,v 1.3 2011/07/31 06:49:03 plunky Exp $
 
 NOLINT=		# defined
 
@@ -83,5 +83,7 @@
 	asn1_id_pkix_ocsp_basic.x       \
 	asn1_id_pkix_ocsp_nonce.x
 
+CLEANFILES+=	ocsp_asn1-template.c
+
 .include <${HEIMBASE}/Makefile.rules.inc>
 .include <bsd.lib.mk>

Reply via email to