From dcab0210a01af9b73b50a3c45f6cd7b0192d3f2a Mon Sep 17 00:00:00 2001 From: lukem Date: Sat, 13 Feb 1999 02:54:17 +0000 Subject: convert from NOxxx= to MKxxx=no. include if testing a MKxxx variable. --- gnu/lib/libstdc++/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'gnu/lib/libstdc++') diff --git a/gnu/lib/libstdc++/Makefile b/gnu/lib/libstdc++/Makefile index 1fb450ce87f..e950af36bd0 100644 --- a/gnu/lib/libstdc++/Makefile +++ b/gnu/lib/libstdc++/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 1999/02/11 17:30:46 tv Exp $ +# $NetBSD: Makefile,v 1.9 1999/02/13 02:54:23 lukem Exp $ LIB= stdc++ @@ -30,8 +30,8 @@ SRCS= PlotFile.cc SFile.cc builtinbuf.cc editbuf.cc filebuf.cc fstream.cc \ DIST= ${.CURDIR}/../../dist CPPFLAGS+= -I${DESTDIR}/usr/include/g++ -I${DIST}/libstdc++ -NOMAN= -NOLINT= nolint (c++) +MKMAN= no +MKLINT= no TEXINFO= iostream.texi -- cgit