From 3fc7894a0e58c12ccf0fc9919357b3e602f91b3b Mon Sep 17 00:00:00 2001 From: rgrimes Date: Mon, 24 Jul 1995 01:44:17 +0000 Subject: Set NOSHARED=true, having this binary static makes it much easier to fix /usr/lib/*.so problems. Submitted by: davidg --- usr.bin/chflags/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'usr.bin/chflags') 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 -- cgit v1.1