Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/lib don't set WARNS here (get it from ../Makefile.inc)
details: https://anonhg.NetBSD.org/src/rev/1bde5150f5a5
branches: trunk
changeset: 517036:1bde5150f5a5
user: lukem <lukem%NetBSD.org@localhost>
date: Mon Nov 05 15:24:48 2001 +0000
description:
don't set WARNS here (get it from ../Makefile.inc)
diffstat:
lib/libcdk/Makefile | 3 +--
lib/libcom_err/Makefile | 3 +--
lib/libsl/Makefile | 3 +--
lib/libvers/Makefile | 3 +--
4 files changed, 4 insertions(+), 8 deletions(-)
diffs (57 lines):
diff -r 40dd205b36b7 -r 1bde5150f5a5 lib/libcdk/Makefile
--- a/lib/libcdk/Makefile Mon Nov 05 15:23:49 2001 +0000
+++ b/lib/libcdk/Makefile Mon Nov 05 15:24:48 2001 +0000
@@ -1,10 +1,9 @@
-# $NetBSD: Makefile,v 1.2 2001/01/04 21:50:13 garbled Exp $
+# $NetBSD: Makefile,v 1.3 2001/11/05 15:24:48 lukem Exp $
DIST= ${.CURDIR}/../../dist
.PATH: ${DIST}/cdk
.PATH: ${DIST}/cdk/include
.PATH: ${DIST}/cdk/man
-WARNS?= 1
MKLINT= no
LIB= cdk
diff -r 40dd205b36b7 -r 1bde5150f5a5 lib/libcom_err/Makefile
--- a/lib/libcom_err/Makefile Mon Nov 05 15:23:49 2001 +0000
+++ b/lib/libcom_err/Makefile Mon Nov 05 15:24:48 2001 +0000
@@ -1,11 +1,10 @@
-# $NetBSD: Makefile,v 1.8 2001/10/31 16:15:00 tv Exp $
+# $NetBSD: Makefile,v 1.9 2001/11/05 15:24:49 lukem Exp $
.include <bsd.own.mk>
DIST= ${.CURDIR}/../../crypto/dist
.PATH: ${DIST}/heimdal/lib/com_err
-WARNS?= 1
MKLINT= no
LIB= com_err
diff -r 40dd205b36b7 -r 1bde5150f5a5 lib/libsl/Makefile
--- a/lib/libsl/Makefile Mon Nov 05 15:23:49 2001 +0000
+++ b/lib/libsl/Makefile Mon Nov 05 15:24:48 2001 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.2 2000/06/16 22:46:45 thorpej Exp $
+# $NetBSD: Makefile,v 1.3 2001/11/05 15:24:49 lukem Exp $
DIST= ${.CURDIR}/../../crypto/dist
.PATH: ${DIST}/heimdal/lib/sl
-WARNS?= 1
MKLINT= no
LIB= sl
diff -r 40dd205b36b7 -r 1bde5150f5a5 lib/libvers/Makefile
--- a/lib/libvers/Makefile Mon Nov 05 15:23:49 2001 +0000
+++ b/lib/libvers/Makefile Mon Nov 05 15:24:48 2001 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.2 2000/08/03 22:48:46 assar Exp $
+# $NetBSD: Makefile,v 1.3 2001/11/05 15:24:49 lukem Exp $
DIST= ${.CURDIR}/../../crypto/dist
.PATH: ${DIST}/heimdal/lib/vers
-WARNS?= 1
MKLINT= no
LIB= vers
Home |
Main Index |
Thread Index |
Old Index