1
0
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:
Rodney W. Grimes 1995-07-24 01:44:17 +00:00
parent 57585a8e54
commit 65d3266d56
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=9673
2 changed files with 4 additions and 0 deletions

View File

@ -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

View File

@ -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