diff options
| author | tv <tv@NetBSD.org> | 2001-12-12 00:51:00 +0000 |
|---|---|---|
| committer | tv <tv@NetBSD.org> | 2001-12-12 00:51:00 +0000 |
| commit | 001067bbd1d3794241ea2698341fccc62b44a289 (patch) | |
| tree | db1d422c268232acdb1a9a086083a0cacb7db78d /lib/librmt | |
| parent | ebb6a0679929e9afb76d42e47d5f0e877decc3a1 (diff) | |
Readability cleanups; MKfoo=no -> NOfoo.
Diffstat (limited to 'lib/librmt')
| -rw-r--r-- | lib/librmt/Makefile | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/lib/librmt/Makefile b/lib/librmt/Makefile index 7a6499438a0..ecb1c475908 100644 --- a/lib/librmt/Makefile +++ b/lib/librmt/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.6 2000/07/03 03:56:22 matt Exp $ +# $NetBSD: Makefile,v 1.7 2001/12/12 00:51:05 tv Exp $ -LIB= rmt -SRCS= rmtlib.c -MAN= rmtops.3 +LIB= rmt +SRCS= rmtlib.c +MAN= rmtops.3 -CPPFLAGS += -D_REENTRANT -MKPROFILE=no -MKPIC= no +CPPFLAGS+= -D_REENTRANT +NOPIC= # defined +NOPROFILE= # defined .include <bsd.lib.mk> |
