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 | |
| parent | 8b8f7f8aecd565150e451d01a3047b2642cb8850 (diff) | |
remove NOPROG (nothing uses it). however, set MKOBJ=no if appropriate
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/lib/libstdc++/config/Makefile | 3 | ||||
| -rw-r--r-- | gnu/lib/libstdc++/io/Makefile | 6 | ||||
| -rw-r--r-- | gnu/lib/libstdc++/std/Makefile | 6 | ||||
| -rw-r--r-- | gnu/lib/libstdc++/stl/Makefile | 6 | ||||
| -rw-r--r-- | gnu/libexec/uucp/uusched/Makefile | 3 | ||||
| -rw-r--r-- | gnu/libexec/uucp/uuto/Makefile | 3 | ||||
| -rw-r--r-- | gnu/usr.bin/send-pr/Makefile | 3 | ||||
| -rw-r--r-- | gnu/usr.bin/texinfo/texi2dvi/Makefile | 3 |
8 files changed, 14 insertions, 19 deletions
diff --git a/gnu/lib/libstdc++/config/Makefile b/gnu/lib/libstdc++/config/Makefile index 2d8e1baeee3..10fe68cc7d1 100644 --- a/gnu/lib/libstdc++/config/Makefile +++ b/gnu/lib/libstdc++/config/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.2 1999/02/11 18:20:58 tv Exp $ +# $NetBSD: Makefile,v 1.3 1999/02/13 23:53:57 lukem Exp $ # Makefile for _G_config.h, a machine-dependent automatically generated # configuration file. -NOPROG= DPSRCS= _G_config.h INCS= _G_config.h INCSDIR= /usr/include/${MACHINE} 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> diff --git a/gnu/lib/libstdc++/std/Makefile b/gnu/lib/libstdc++/std/Makefile index 49c0a693bcf..972f2759991 100644 --- a/gnu/lib/libstdc++/std/Makefile +++ b/gnu/lib/libstdc++/std/Makefile @@ -1,12 +1,12 @@ -# $NetBSD: Makefile,v 1.3 1999/01/19 15:27:24 tv Exp $ - -NOPROG= yes +# $NetBSD: Makefile,v 1.4 1999/02/13 23:53:57 lukem Exp $ INCS= bastring.cc bastring.h complext.cc complext.h dcomplex.h fcomplex.h \ ldcomplex.h straits.h INCS+= bastring_inst.h complext_inst.h INCSDIR=/usr/include/g++/std +MKOBJ= no + .PATH: ${.CURDIR}/../../../dist/libstdc++/std .include <bsd.prog.mk> diff --git a/gnu/lib/libstdc++/stl/Makefile b/gnu/lib/libstdc++/stl/Makefile index 2fafba39f2e..40cb04d916e 100644 --- a/gnu/lib/libstdc++/stl/Makefile +++ b/gnu/lib/libstdc++/stl/Makefile @@ -1,6 +1,4 @@ -# $NetBSD: Makefile,v 1.4 1998/08/28 15:31:30 tv Exp $ - -NOPROG= yes +# $NetBSD: Makefile,v 1.5 1999/02/13 23:53:57 lukem Exp $ INCS= algorithm deque functional hash_map hash_set iterator list map \ memory numeric pthread_alloc queue rope set slist stack utility \ @@ -18,6 +16,8 @@ INCS= algorithm deque functional hash_map hash_set iterator list map \ tempbuf.h tree.h type_traits.h vector.h INCSDIR=/usr/include/g++ +MKOBJ= no + .PATH: ${.CURDIR}/../../../dist/libstdc++/stl .SUFFIXES: diff --git a/gnu/libexec/uucp/uusched/Makefile b/gnu/libexec/uucp/uusched/Makefile index 625854abc5a..f412eec836e 100644 --- a/gnu/libexec/uucp/uusched/Makefile +++ b/gnu/libexec/uucp/uusched/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.7 1997/03/24 22:06:07 christos Exp $ +# $NetBSD: Makefile,v 1.8 1999/02/13 23:53:57 lukem Exp $ # Makefile for uusched BINDIR= $(bindir) -NOPROG= CLEANFILES= uusched all: ${CLEANFILES} diff --git a/gnu/libexec/uucp/uuto/Makefile b/gnu/libexec/uucp/uuto/Makefile index 3c0cd17aa9c..25ffcb98118 100644 --- a/gnu/libexec/uucp/uuto/Makefile +++ b/gnu/libexec/uucp/uuto/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.7 1997/03/24 22:06:08 christos Exp $ +# $NetBSD: Makefile,v 1.8 1999/02/13 23:53:57 lukem Exp $ # Makefile for uuto BINDIR= $(bindir) -NOPROG= CLEANFILES= uuto all: ${CLEANFILES} diff --git a/gnu/usr.bin/send-pr/Makefile b/gnu/usr.bin/send-pr/Makefile index 79a940890d1..818de2e08af 100644 --- a/gnu/usr.bin/send-pr/Makefile +++ b/gnu/usr.bin/send-pr/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 1999/02/13 02:54:28 lukem Exp $ +# $NetBSD: Makefile,v 1.23 1999/02/13 23:53:58 lukem Exp $ .include <bsd.own.mk> @@ -48,7 +48,6 @@ ECHON = bsd BINDIR= ${bindir} LIBDIR= ${datadir} -NOPROG= MAN= send-pr.1 CLEANFILES= send-pr send-pr.1 send-pr.el install-sid diff --git a/gnu/usr.bin/texinfo/texi2dvi/Makefile b/gnu/usr.bin/texinfo/texi2dvi/Makefile index 93f3e4b0c26..ff66c407d2e 100644 --- a/gnu/usr.bin/texinfo/texi2dvi/Makefile +++ b/gnu/usr.bin/texinfo/texi2dvi/Makefile @@ -1,6 +1,5 @@ -# $NetBSD: Makefile,v 1.1 1999/02/11 15:42:16 tv Exp $ +# $NetBSD: Makefile,v 1.2 1999/02/13 23:53:58 lukem Exp $ -NOPROG= FILES= texi2dvi FILESMODE= ${BINMODE} |
