From 65fc8ef7b2a65d445f4e7883dc45b546777d48a5 Mon Sep 17 00:00:00 2001 From: "H. Peter Anvin" Date: Wed, 7 Jun 2000 05:11:23 +0000 Subject: Remove vestige of special handling of smbfs --- Makefile.conf.in | 3 --- 1 file changed, 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@ -- cgit