summaryrefslogtreecommitdiff
path: root/lib/librmt
diff options
context:
space:
mode:
authorlukem <lukem@NetBSD.org>2002-08-19 14:55:14 +0000
committerlukem <lukem@NetBSD.org>2002-08-19 14:55:14 +0000
commitec5dbc56b81da654240ffe4a61bce307e4930e88 (patch)
tree839c3b6b396cd93fd8cae663f7297ab84bf7ce90 /lib/librmt
parent811a3185a3a5a378d8ed72bddda5631a5a3927ac (diff)
Explicitly move setting of NOxxx and USE_SHLIBDIR to the top of the
Makefile (before including <bsd.own.mk>)
Diffstat (limited to 'lib/librmt')
-rw-r--r--lib/librmt/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/lib/librmt/Makefile b/lib/librmt/Makefile
index ecb1c475908..678ce03678e 100644
--- a/lib/librmt/Makefile
+++ b/lib/librmt/Makefile
@@ -1,11 +1,12 @@
-# $NetBSD: Makefile,v 1.7 2001/12/12 00:51:05 tv Exp $
+# $NetBSD: Makefile,v 1.8 2002/08/19 14:55:16 lukem Exp $
+
+NOPIC= # defined
+NOPROFILE= # defined
LIB= rmt
SRCS= rmtlib.c
MAN= rmtops.3
CPPFLAGS+= -D_REENTRANT
-NOPIC= # defined
-NOPROFILE= # defined
.include <bsd.lib.mk>