diff options
| author | lukem <lukem@NetBSD.org> | 1999-02-13 23:53:56 +0000 |
|---|---|---|
| committer | lukem <lukem@NetBSD.org> | 1999-02-13 23:53:56 +0000 |
| commit | 868ca23db4a1bbf94effc3aa35e18404bcaa9b90 (patch) | |
| tree | 727e767593ee99b48aa6f9b763fde5ebb85f4a62 /gnu/lib/libstdc++/io | |
| parent | 8b8f7f8aecd565150e451d01a3047b2642cb8850 (diff) | |
remove NOPROG (nothing uses it). however, set MKOBJ=no if appropriate
Diffstat (limited to 'gnu/lib/libstdc++/io')
| -rw-r--r-- | gnu/lib/libstdc++/io/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/lib/libstdc++/io/Makefile b/gnu/lib/libstdc++/io/Makefile index 6ae8f7f91b9..eb2b7c01b65 100644 --- a/gnu/lib/libstdc++/io/Makefile +++ b/gnu/lib/libstdc++/io/Makefile @@ -1,6 +1,4 @@ -# $NetBSD: Makefile,v 1.2 1998/08/28 15:31:30 tv Exp $ - -NOPROG= yes +# $NetBSD: Makefile,v 1.3 1999/02/13 23:53:57 lukem Exp $ INCS= PlotFile.h SFile.h builtinbuf.h editbuf.h floatio.h fstream.h \ indstream.h iolibio.h iomanip.h iostdio.h iostream.h iostreamP.h \ @@ -8,6 +6,8 @@ INCS= PlotFile.h SFile.h builtinbuf.h editbuf.h floatio.h fstream.h \ procbuf.h stdiostream.h stream.h streambuf.h strfile.h strstream.h INCSDIR=/usr/include/g++ +MKOBJ= no + .PATH: ${.CURDIR}/../../../dist/libio .include <bsd.prog.mk> |
