aboutsummaryrefslogtreecommitdiff
path: root/util-linux/Makefile.in
diff options
context:
space:
mode:
authorRob Landley <rob@landley.net>2005-10-08 18:49:45 +0000
committerRob Landley <rob@landley.net>2005-10-08 18:49:45 +0000
commit4a7252babdeca935e8446b136f98bae6b6e2f04a (patch)
treecda1148d99465a80bc7ef5f4256c31c34b43bea6 /util-linux/Makefile.in
parent45ad0e87d679fd7fe09909577e539dfe95646e54 (diff)
downloadbusybox-4a7252babdeca935e8446b136f98bae6b6e2f04a.tar.gz
Rename CONFIG_NFSMOUNT to CONFIG_FEATURE_MOUNT_NFS so allbaseconfig can
find it (and tweak defconfig to catch up).
Diffstat (limited to 'util-linux/Makefile.in')
-rw-r--r--util-linux/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/util-linux/Makefile.in b/util-linux/Makefile.in
index 6bd10afd9..3dd41bb15 100644
--- a/util-linux/Makefile.in
+++ b/util-linux/Makefile.in
@@ -28,7 +28,7 @@ UTILLINUX-$(CONFIG_MKFS_MINIX) +=mkfs_minix.o
UTILLINUX-$(CONFIG_MKSWAP) +=mkswap.o
UTILLINUX-$(CONFIG_MORE) +=more.o
UTILLINUX-$(CONFIG_MOUNT) +=mount.o
-UTILLINUX-$(CONFIG_NFSMOUNT) +=nfsmount.o
+UTILLINUX-$(CONFIG_FEATURE_MOUNT_NFS) +=nfsmount.o
UTILLINUX-$(CONFIG_PIVOT_ROOT) +=pivot_root.o
UTILLINUX-$(CONFIG_RDATE) +=rdate.o
UTILLINUX-$(CONFIG_READPROFILE) +=readprofile.o