Try to make indent formatting less horrible
[oweals/busybox.git] / util-linux / Makefile.in
index fbe075dedf0f75e843ca4b1552911d030fe528a8..8cd5f1bd04035e429f92eaf8790dee34c46f0712 100644 (file)
@@ -1,6 +1,6 @@
 # Makefile for busybox
 #
-# Copyright (C) 1999-2002 Erik Andersen <andersee@debian.org>
+# Copyright (C) 1999-2003 by Erik Andersen <andersen@codepoet.org>
 #
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -26,10 +26,13 @@ UTILLINUX-:=
 UTILLINUX-$(CONFIG_DMESG)              += dmesg.o
 UTILLINUX-$(CONFIG_FBSET)              += fbset.o
 UTILLINUX-$(CONFIG_FDFLUSH)            += fdflush.o
+UTILLINUX-$(CONFIG_FDFORMAT)           += fdformat.o
+UTILLINUX-$(CONFIG_FDISK)               += fdisk.o
 UTILLINUX-$(CONFIG_FREERAMDISK)        += freeramdisk.o
 UTILLINUX-$(CONFIG_FSCK_MINIX) += fsck_minix.o
 UTILLINUX-$(CONFIG_GETOPT)             += getopt.o
 UTILLINUX-$(CONFIG_HEXDUMP)            += hexdump.o
+UTILLINUX-$(CONFIG_HWCLOCK)            += hwclock.o
 UTILLINUX-$(CONFIG_LOSETUP)            += losetup.o
 UTILLINUX-$(CONFIG_MKFS_MINIX) += mkfs_minix.o
 UTILLINUX-$(CONFIG_MKSWAP)             += mkswap.o