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_cd9660 | |
parent | 0b2edb3a9bb579259edf15c7f1fd1513da2981d6 (diff) | |
download | FreeBSD-src-c1a820195c3f6961461d3e25ff7910f826995de9.zip FreeBSD-src-c1a820195c3f6961461d3e25ff7910f826995de9.tar.gz |
NOSHARED -> NO_SHARED
Diffstat (limited to 'sbin/mount_cd9660')
-rw-r--r-- | sbin/mount_cd9660/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/mount_cd9660/Makefile b/sbin/mount_cd9660/Makefile index 80af58a..044985c 100644 --- a/sbin/mount_cd9660/Makefile +++ b/sbin/mount_cd9660/Makefile @@ -13,7 +13,7 @@ WARNS?= 0 # Needs to be dynamically linked for optional dlopen() access to # userland libiconv -NOSHARED?= NO +NO_SHARED?= NO .PATH: ${MOUNT} |