summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--bin/chflags/Makefile2
-rw-r--r--usr.bin/chflags/Makefile2
2 files changed, 4 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
diff --git a/usr.bin/chflags/Makefile b/usr.bin/chflags/Makefile
index a432e5f..875dc98 100644
--- a/usr.bin/chflags/Makefile
+++ b/usr.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