diff options
| author | lukem <lukem@NetBSD.org> | 1999-02-13 02:54:17 +0000 |
|---|---|---|
| committer | lukem <lukem@NetBSD.org> | 1999-02-13 02:54:17 +0000 |
| commit | dcab0210a01af9b73b50a3c45f6cd7b0192d3f2a (patch) | |
| tree | c962038cb859d0402d27e38d0d596308ce6a7336 /gnu/usr.bin/binutils | |
| parent | 22a5cb007fa30a3bcb21050c2808f836b62821c7 (diff) | |
convert from NOxxx= to MKxxx=no.
include <bsd.own.mk> if testing a MKxxx variable.
Diffstat (limited to 'gnu/usr.bin/binutils')
| -rw-r--r-- | gnu/usr.bin/binutils/common/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gnu/usr.bin/binutils/common/Makefile b/gnu/usr.bin/binutils/common/Makefile index f7a274b6bd2..bcc7346173b 100644 --- a/gnu/usr.bin/binutils/common/Makefile +++ b/gnu/usr.bin/binutils/common/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 1999/02/09 19:21:54 tv Exp $ +# $NetBSD: Makefile,v 1.7 1999/02/13 02:54:24 lukem Exp $ LIB= common @@ -7,9 +7,9 @@ SRCS= arparse.y arlex.l arsup.c bucomm.c version.c filemode.c \ CPPFLAGS+= -DTARGET='"${MACHINE_GNU_ARCH}--netbsd"' YHEADER=1 -NOPROFILE= -NOPIC= -NOLINT= +MKPROFILE= no +MKPIC= no +MKLINT= no # only needed during build libinstall:: |
