aboutsummaryrefslogtreecommitdiff
path: root/util-linux/Makefile.in
diff options
context:
space:
mode:
authorRob Landley <rob@landley.net>2005-12-13 08:21:33 +0000
committerRob Landley <rob@landley.net>2005-12-13 08:21:33 +0000
commit70f7ef7be385f782e57106df523f1c5e16fbdc47 (patch)
treee560de3934ac70ae03dd77695450cff91bdfce0b /util-linux/Makefile.in
parent3858bf18d5d3b6a858ca46acb6c8628715520d1c (diff)
downloadbusybox-70f7ef7be385f782e57106df523f1c5e16fbdc47.tar.gz
Nothing to see here. Move along.
Not buying it, eh? I know I said new features before 1.1, but, well... (I was weak!) The config file and hotplug modes aren't implemented yet. Might take a stab at those tomorrow. (I _should_ go back to focusing on the bug triage list.)
Diffstat (limited to 'util-linux/Makefile.in')
-rw-r--r--util-linux/Makefile.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/util-linux/Makefile.in b/util-linux/Makefile.in
index f6fdba96a..782870cdb 100644
--- a/util-linux/Makefile.in
+++ b/util-linux/Makefile.in
@@ -24,12 +24,14 @@ UTILLINUX-$(CONFIG_HWCLOCK) +=hwclock.o
UTILLINUX-$(CONFIG_IPCRM) +=ipcrm.o
UTILLINUX-$(CONFIG_IPCS) +=ipcs.o
UTILLINUX-$(CONFIG_LOSETUP) +=losetup.o
+UTILLINUX-$(CONFIG_MDEV) +=mdev.o
UTILLINUX-$(CONFIG_MKFS_MINIX) +=mkfs_minix.o
UTILLINUX-$(CONFIG_MKSWAP) +=mkswap.o
UTILLINUX-$(CONFIG_MORE) +=more.o
UTILLINUX-$(CONFIG_MOUNT) +=mount.o
UTILLINUX-$(CONFIG_FEATURE_MOUNT_NFS) +=nfsmount.o
UTILLINUX-$(CONFIG_PIVOT_ROOT) +=pivot_root.o
+UTILLINUX-$(CONFIG_SWITCH_ROOT) +=switch_root.o
UTILLINUX-$(CONFIG_RDATE) +=rdate.o
UTILLINUX-$(CONFIG_READPROFILE) +=readprofile.o
UTILLINUX-$(CONFIG_SWAPONOFF) +=swaponoff.o