diff options
author | H. Peter Anvin <hpa@zytor.com> | 2000-06-07 05:11:23 +0000 |
---|---|---|
committer | H. Peter Anvin <hpa@zytor.com> | 2000-06-07 05:11:23 +0000 |
commit | 65fc8ef7b2a65d445f4e7883dc45b546777d48a5 (patch) | |
tree | 1813cdab26d3d017129f9d5717078bc518abe98d /Makefile.conf.in | |
parent | 641ef2b3e8a535d0d4ad99a67879e8ec805e4b7d (diff) | |
download | autofs3-65fc8ef7b2a65d445f4e7883dc45b546777d48a5.tar.gz autofs3-65fc8ef7b2a65d445f4e7883dc45b546777d48a5.tar.xz autofs3-65fc8ef7b2a65d445f4e7883dc45b546777d48a5.zip |
Remove vestige of special handling of smbfs
Diffstat (limited to 'Makefile.conf.in')
-rw-r--r-- | Makefile.conf.in | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Makefile.conf.in b/Makefile.conf.in index 7651267..74a5a3a 100644 --- a/Makefile.conf.in +++ b/Makefile.conf.in @@ -18,9 +18,6 @@ HESIOD_FLAGS = @HESIOD_FLAGS@ # NIS+ support: yes (1) no (0) NISPLUS = @HAVE_NISPLUS@ -# SMBFS support: yes (1) no (0) -SMBFS = @HAVE_SMBMOUNT@ - # Support for calling e2fsck when mounting ext2 filesystems EXT2FS = @HAVE_E2FSCK@ |