diff options
author | ru <ru@FreeBSD.org> | 2004-12-21 09:59:45 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2004-12-21 09:59:45 +0000 |
commit | c1a820195c3f6961461d3e25ff7910f826995de9 (patch) | |
tree | 311c433391b6b9ae7319ac9bd77250512498c346 /sbin/Makefile.inc | |
parent | 0b2edb3a9bb579259edf15c7f1fd1513da2981d6 (diff) | |
download | FreeBSD-src-c1a820195c3f6961461d3e25ff7910f826995de9.zip FreeBSD-src-c1a820195c3f6961461d3e25ff7910f826995de9.tar.gz |
NOSHARED -> NO_SHARED
Diffstat (limited to 'sbin/Makefile.inc')
-rw-r--r-- | sbin/Makefile.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/Makefile.inc b/sbin/Makefile.inc index 7a1ebd0..d1fed26 100644 --- a/sbin/Makefile.inc +++ b/sbin/Makefile.inc @@ -5,5 +5,5 @@ BINDIR?= /sbin WARNS?= 2 .if defined(NO_DYNAMICROOT) -NOSHARED?= YES +NO_SHARED?= YES .endif |