From 83788da25055c4a2775c3d78a29255ee671141bb Mon Sep 17 00:00:00 2001 From: Matt Kraai Date: Wed, 20 Mar 2002 17:38:37 +0000 Subject: * include/applets.h (CONFIG_LOSETUP): New. * include/usage.h (losetup_trivial_usage, losetup_full_usage): New. * util-linux/Makefile: Add losetup.o. * util-linux/config.in: Add losetup prompt. * util-linux/losetup.c: New. --- util-linux/config.in | 1 + 1 file changed, 1 insertion(+) (limited to 'util-linux/config.in') diff --git a/util-linux/config.in b/util-linux/config.in index 6058944a2..f96fa1823 100644 --- a/util-linux/config.in +++ b/util-linux/config.in @@ -23,6 +23,7 @@ if [ "$CONFIG_FSCK_MINIX" = "y" -o "$CONFIG_MKFS_MINIX" = "y" ]; then fi bool 'getopt' CONFIG_GETOPT bool 'hexdump' CONFIG_HEXDUMP +bool 'losetup' CONFIG_LOSETUP bool 'mkswap' CONFIG_MKSWAP bool 'more' CONFIG_MORE if [ "$CONFIG_MORE" = "y" ]; then -- cgit v1.2.3