diff options
author | Ruslan Ermilov <ru@FreeBSD.org> | 2004-12-21 09:59:45 +0000 |
---|---|---|
committer | Ruslan Ermilov <ru@FreeBSD.org> | 2004-12-21 09:59:45 +0000 |
commit | 83c7ade90a32f8aaff4de282b9fc2493076a54b9 (patch) | |
tree | 311c433391b6b9ae7319ac9bd77250512498c346 /sbin/mount_ntfs/Makefile | |
parent | 00fbd4077065979e8b15db9710dcbaa9e2a96790 (diff) |
NOSHARED -> NO_SHARED
Notes
Notes:
svn path=/head/; revision=139112
Diffstat (limited to 'sbin/mount_ntfs/Makefile')
-rw-r--r-- | sbin/mount_ntfs/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/mount_ntfs/Makefile b/sbin/mount_ntfs/Makefile index 8a3e75e08bb2..5938b0dd52a6 100644 --- a/sbin/mount_ntfs/Makefile +++ b/sbin/mount_ntfs/Makefile @@ -14,7 +14,7 @@ WARNS?= 0 # Needs to be dynamically linked for optional dlopen() access to # userland libiconv -NOSHARED?= NO +NO_SHARED?= NO .PATH: ${MOUNT} |