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/mount_udf | |
parent | 0b2edb3a9bb579259edf15c7f1fd1513da2981d6 (diff) | |
download | FreeBSD-src-c1a820195c3f6961461d3e25ff7910f826995de9.zip FreeBSD-src-c1a820195c3f6961461d3e25ff7910f826995de9.tar.gz |
NOSHARED -> NO_SHARED
Diffstat (limited to 'sbin/mount_udf')
-rw-r--r-- | sbin/mount_udf/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/mount_udf/Makefile b/sbin/mount_udf/Makefile index 3096c8e..e83328a 100644 --- a/sbin/mount_udf/Makefile +++ b/sbin/mount_udf/Makefile @@ -13,6 +13,6 @@ WARNS?= 1 # Needs to be dynamically linked for optional dlopen() access to # userland libiconv -NOSHARED?= NO +NO_SHARED?= NO .include <bsd.prog.mk> |