diff options
author | Eric Andersen <andersen@codepoet.org> | 2003-07-05 07:51:31 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2003-07-05 07:51:31 +0000 |
commit | 01c3d40f3c022abc08c14b96fe586a33fce081e8 (patch) | |
tree | 44343baf5a55f3f623770a1097a54eaad112c7f4 /util-linux/Makefile.in | |
parent | a21f4e018a39c08e09d69fae63383000a327716a (diff) | |
download | busybox-w32-01c3d40f3c022abc08c14b96fe586a33fce081e8.tar.gz busybox-w32-01c3d40f3c022abc08c14b96fe586a33fce081e8.tar.bz2 busybox-w32-01c3d40f3c022abc08c14b96fe586a33fce081e8.zip |
Add the fdformat utility, based on a patch from Kent Robotti,
but I then completely reworked the fdformat utility to comply
with the current busybox way of doing things.
Diffstat (limited to 'util-linux/Makefile.in')
-rw-r--r-- | util-linux/Makefile.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/util-linux/Makefile.in b/util-linux/Makefile.in index 4e1871425..28757a336 100644 --- a/util-linux/Makefile.in +++ b/util-linux/Makefile.in | |||
@@ -26,6 +26,7 @@ UTILLINUX-:= | |||
26 | UTILLINUX-$(CONFIG_DMESG) += dmesg.o | 26 | UTILLINUX-$(CONFIG_DMESG) += dmesg.o |
27 | UTILLINUX-$(CONFIG_FBSET) += fbset.o | 27 | UTILLINUX-$(CONFIG_FBSET) += fbset.o |
28 | UTILLINUX-$(CONFIG_FDFLUSH) += fdflush.o | 28 | UTILLINUX-$(CONFIG_FDFLUSH) += fdflush.o |
29 | UTILLINUX-$(CONFIG_FDFORMAT) += fdformat.o | ||
29 | UTILLINUX-$(CONFIG_FDISK) += fdisk.o | 30 | UTILLINUX-$(CONFIG_FDISK) += fdisk.o |
30 | UTILLINUX-$(CONFIG_FREERAMDISK) += freeramdisk.o | 31 | UTILLINUX-$(CONFIG_FREERAMDISK) += freeramdisk.o |
31 | UTILLINUX-$(CONFIG_FSCK_MINIX) += fsck_minix.o | 32 | UTILLINUX-$(CONFIG_FSCK_MINIX) += fsck_minix.o |