e30aeee3f3
dynamically linked. This has been a long time coming with the move of critical libraries from /usr/lib to /lib. If you don't feel comfortable with dynamically linked binaries in your root partition, now is the time to define NO_DYNAMICROOT in your make.conf. Approved by: re
10 lines
130 B
Makefile
10 lines
130 B
Makefile
# @(#)Makefile.inc 8.1 (Berkeley) 6/8/93
|
|
# $FreeBSD$
|
|
|
|
BINDIR?= /sbin
|
|
WARNS?= 2
|
|
|
|
.if defined(NO_DYNAMICROOT)
|
|
NOSHARED?= YES
|
|
.endif
|