Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib/libasn1 Backout parts of rev 1.5.



details:   https://anonhg.NetBSD.org/src/rev/e4e9ff087ba0
branches:  trunk
changeset: 499397:e4e9ff087ba0
user:      veego <veego%NetBSD.org@localhost>
date:      Sun Nov 19 10:56:05 2000 +0000

description:
Backout parts of rev 1.5.
We need the SUBDIR here to create an obj directory in asn1_compile.

diffstat:

 lib/libasn1/Makefile |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (20 lines):

diff -r 44e9a7d634e3 -r e4e9ff087ba0 lib/libasn1/Makefile
--- a/lib/libasn1/Makefile      Sun Nov 19 06:00:57 2000 +0000
+++ b/lib/libasn1/Makefile      Sun Nov 19 10:56:05 2000 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2000/11/17 09:57:55 pk Exp $
+# $NetBSD: Makefile,v 1.7 2000/11/19 10:56:05 veego Exp $
 DIST=          ${.CURDIR}/../../crypto/dist
 .PATH: ${DIST}/heimdal/lib/asn1
 
@@ -104,7 +104,10 @@
 
 CLEANFILES = ${BUILT_SOURCES} ${gen_files} asn1_files asn1.h asn1.hx
 
+SUBDIR=        asn1_compile
+
 .include <bsd.lib.mk>
+.include <bsd.subdir.mk>
 
 .SUFFIXES: .hx .x
 



Home | Main Index | Thread Index | Old Index