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. --- include/applets.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include/applets.h') diff --git a/include/applets.h b/include/applets.h index 0d310bdc3..6760fc5a1 100644 --- a/include/applets.h +++ b/include/applets.h @@ -269,6 +269,9 @@ #ifdef CONFIG_LOGREAD APPLET(logread, logread_main, _BB_DIR_SBIN) #endif +#ifdef CONFIG_LOSETUP + APPLET(losetup, losetup_main, _BB_DIR_SBIN) +#endif #ifdef CONFIG_LS APPLET(ls, ls_main, _BB_DIR_BIN) #endif -- cgit v1.2.3