aboutsummaryrefslogtreecommitdiff
path: root/sbin
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2004-12-21 09:59:45 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2004-12-21 09:59:45 +0000
commit83c7ade90a32f8aaff4de282b9fc2493076a54b9 (patch)
tree311c433391b6b9ae7319ac9bd77250512498c346 /sbin
parent00fbd4077065979e8b15db9710dcbaa9e2a96790 (diff)
downloadsrc-83c7ade90a32f8aaff4de282b9fc2493076a54b9.tar.gz
src-83c7ade90a32f8aaff4de282b9fc2493076a54b9.zip
NOSHARED -> NO_SHARED
Notes
Notes: svn path=/head/; revision=139112
Diffstat (limited to 'sbin')
-rw-r--r--sbin/Makefile.inc2
-rw-r--r--sbin/devd/Makefile2
-rw-r--r--sbin/geom/core/Makefile2
-rw-r--r--sbin/init/Makefile2
-rw-r--r--sbin/mount_cd9660/Makefile2
-rw-r--r--sbin/mount_msdosfs/Makefile2
-rw-r--r--sbin/mount_ntfs/Makefile2
-rw-r--r--sbin/mount_udf/Makefile2
-rw-r--r--sbin/mount_ufs/Makefile2
9 files changed, 9 insertions, 9 deletions
diff --git a/sbin/Makefile.inc b/sbin/Makefile.inc
index 7a1ebd074544..d1fed2690a19 100644
--- a/sbin/Makefile.inc
+++ b/sbin/Makefile.inc
@@ -5,5 +5,5 @@ BINDIR?= /sbin
WARNS?= 2
.if defined(NO_DYNAMICROOT)
-NOSHARED?= YES
+NO_SHARED?= YES
.endif
diff --git a/sbin/devd/Makefile b/sbin/devd/Makefile
index 8e1122eaf3cb..469e1e247b97 100644
--- a/sbin/devd/Makefile
+++ b/sbin/devd/Makefile
@@ -5,7 +5,7 @@ SRCS= devd.cc token.l parse.y y.tab.h
MAN= devd.8 devd.conf.5
WARNS?= 1
-NOSHARED?=YES
+NO_SHARED?=YES
DPADD= ${LIBL}
LDADD= -ll
diff --git a/sbin/geom/core/Makefile b/sbin/geom/core/Makefile
index 13c6a09e24fd..d76c35b0512d 100644
--- a/sbin/geom/core/Makefile
+++ b/sbin/geom/core/Makefile
@@ -6,7 +6,7 @@ PROG= geom
MAN= geom.8
SRCS= geom.c subr.c
-NOSHARED=NO
+NO_SHARED=NO
CFLAGS+= -DCLASS_DIR=\"${CLASS_DIR}\"
CFLAGS+= -I${.CURDIR}/../../../sys -I${.CURDIR} -I${.CURDIR}/..
diff --git a/sbin/init/Makefile b/sbin/init/Makefile
index 61752e9d3277..d3e9e963bf08 100644
--- a/sbin/init/Makefile
+++ b/sbin/init/Makefile
@@ -12,6 +12,6 @@ WARNS?= 0
DPADD= ${LIBUTIL} ${LIBCRYPT}
LDADD= -lutil -lcrypt
-NOSHARED?= YES
+NO_SHARED?= YES
.include <bsd.prog.mk>
diff --git a/sbin/mount_cd9660/Makefile b/sbin/mount_cd9660/Makefile
index 80af58a5f19c..044985cecc87 100644
--- a/sbin/mount_cd9660/Makefile
+++ b/sbin/mount_cd9660/Makefile
@@ -13,7 +13,7 @@ WARNS?= 0
# Needs to be dynamically linked for optional dlopen() access to
# userland libiconv
-NOSHARED?= NO
+NO_SHARED?= NO
.PATH: ${MOUNT}
diff --git a/sbin/mount_msdosfs/Makefile b/sbin/mount_msdosfs/Makefile
index 7fedb6818fab..273ac01037c0 100644
--- a/sbin/mount_msdosfs/Makefile
+++ b/sbin/mount_msdosfs/Makefile
@@ -14,7 +14,7 @@ WARNS?= 2
# Needs to be dynamically linked for optional dlopen() access to
# userland libiconv
-NOSHARED?= NO
+NO_SHARED?= NO
.PATH: ${MOUNT}
diff --git a/sbin/mount_ntfs/Makefile b/sbin/mount_ntfs/Makefile
index 8a3e75e08bb2..5938b0dd52a6 100644
--- a/sbin/mount_ntfs/Makefile
+++ b/sbin/mount_ntfs/Makefile
@@ -14,7 +14,7 @@ WARNS?= 0
# Needs to be dynamically linked for optional dlopen() access to
# userland libiconv
-NOSHARED?= NO
+NO_SHARED?= NO
.PATH: ${MOUNT}
diff --git a/sbin/mount_udf/Makefile b/sbin/mount_udf/Makefile
index 3096c8e04566..e83328a2f9f5 100644
--- a/sbin/mount_udf/Makefile
+++ b/sbin/mount_udf/Makefile
@@ -13,6 +13,6 @@ WARNS?= 1
# Needs to be dynamically linked for optional dlopen() access to
# userland libiconv
-NOSHARED?= NO
+NO_SHARED?= NO
.include <bsd.prog.mk>
diff --git a/sbin/mount_ufs/Makefile b/sbin/mount_ufs/Makefile
index 2c35d2024a68..f7d331defca4 100644
--- a/sbin/mount_ufs/Makefile
+++ b/sbin/mount_ufs/Makefile
@@ -11,6 +11,6 @@ WARNS?= 1
# Needs to be dynamically linked for optional dlopen() access to
# userland libiconv
-NOSHARED?= NO
+NO_SHARED?= NO
.include <bsd.prog.mk>