move NOxxx=
This commit is contained in:
parent
0a3f147fdd
commit
df91d4a185
@ -1,14 +1,15 @@
|
||||
# $NetBSD: Makefile,v 1.2 2001/12/12 01:48:57 tv Exp $
|
||||
# $NetBSD: Makefile,v 1.3 2001/12/12 23:09:13 lukem Exp $
|
||||
|
||||
NOLINT= # defined
|
||||
NOPROFILE= # defined
|
||||
NOPIC= # defined
|
||||
NOLINKLIB= # defined
|
||||
|
||||
.include <bsd.own.mk>
|
||||
|
||||
.if defined(USE_NEW_TOOLCHAIN)
|
||||
|
||||
LIB= iberty
|
||||
NOLINT= # defined
|
||||
NOPROFILE= # defined
|
||||
NOPIC= # defined
|
||||
NOLINKLIB= # defined
|
||||
|
||||
.include "${.CURDIR}/arch/${MACHINE_ARCH}/defs.mk"
|
||||
|
||||
|
@ -1,11 +1,11 @@
|
||||
# $NetBSD: Makefile,v 1.15 2001/12/12 01:48:59 tv Exp $
|
||||
# $NetBSD: Makefile,v 1.16 2001/12/12 23:11:00 lukem Exp $
|
||||
|
||||
REQUIRETOOLS= yes
|
||||
NOLINT= # defined
|
||||
|
||||
.include <bsd.own.mk>
|
||||
|
||||
LIB= stdc++
|
||||
NOLINT= # defined
|
||||
|
||||
.if defined(USE_NEW_TOOLCHAIN)
|
||||
|
||||
|
@ -1,4 +1,6 @@
|
||||
# $NetBSD: Makefile,v 1.5 2001/12/12 01:48:59 tv Exp $
|
||||
# $NetBSD: Makefile,v 1.6 2001/12/12 23:12:08 lukem Exp $
|
||||
|
||||
NOOBJ= # defined
|
||||
|
||||
.include <bsd.own.mk>
|
||||
|
||||
@ -29,8 +31,6 @@ 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++
|
||||
|
||||
NOOBJ= # defined
|
||||
|
||||
.PATH: ${.CURDIR}/../../../dist/libio
|
||||
|
||||
.include <bsd.prog.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user