diff options
Diffstat (limited to 'gnu/lib/libstdc++/std/Makefile')
| -rw-r--r-- | gnu/lib/libstdc++/std/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
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> |
