diff options
author | Rob Landley <rob@landley.net> | 2005-12-13 08:21:33 +0000 |
---|---|---|
committer | Rob Landley <rob@landley.net> | 2005-12-13 08:21:33 +0000 |
commit | 70f7ef7be385f782e57106df523f1c5e16fbdc47 (patch) | |
tree | e560de3934ac70ae03dd77695450cff91bdfce0b /util-linux/Makefile.in | |
parent | 3858bf18d5d3b6a858ca46acb6c8628715520d1c (diff) |
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.in | 2 |
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 |