summaryrefslogtreecommitdiffstats
path: root/bin/chflags
diff options
context:
space:
mode:
authorrgrimes <rgrimes@FreeBSD.org>1995-07-24 01:44:17 +0000
committerrgrimes <rgrimes@FreeBSD.org>1995-07-24 01:44:17 +0000
commit3fc7894a0e58c12ccf0fc9919357b3e602f91b3b (patch)
treec076bec2f9d643e3b98bafb2d846b37865f07e9f /bin/chflags
parent09298b57cf9c36af196592c8eb0515929c3aa697 (diff)
downloadFreeBSD-src-3fc7894a0e58c12ccf0fc9919357b3e602f91b3b.zip
FreeBSD-src-3fc7894a0e58c12ccf0fc9919357b3e602f91b3b.tar.gz
Set NOSHARED=true, having this binary static makes it much easier to
fix /usr/lib/*.so problems. Submitted by: davidg
Diffstat (limited to 'bin/chflags')
-rw-r--r--bin/chflags/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/bin/chflags/Makefile b/bin/chflags/Makefile
index a432e5f..875dc98 100644
--- a/bin/chflags/Makefile
+++ b/bin/chflags/Makefile
@@ -1,5 +1,7 @@
# @(#)Makefile 8.1 (Berkeley) 6/6/93
+NOSHARED= true
+
PROG= chflags
SRCS= chflags.c stat_flags.c
.PATH: ${.CURDIR}/../../bin/ls
OpenPOWER on IntegriCloud