mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-11 09:50:12 +00:00
Set NOSHARED=true, having this binary static makes it much easier to
fix /usr/lib/*.so problems. Submitted by: davidg
This commit is contained in:
parent
57585a8e54
commit
65d3266d56
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=9673
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user