From 02d7cbfe92a94d51d2c9b11bab3dc6fe2cec7e89 Mon Sep 17 00:00:00 2001 From: Glenn L McGrath Date: Fri, 13 Dec 2002 02:43:50 +0000 Subject: New applets, ftpget and ftpput --- include/applets.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'include/applets.h') diff --git a/include/applets.h b/include/applets.h index bd2053039..5d8e7bb68 100644 --- a/include/applets.h +++ b/include/applets.h @@ -200,6 +200,12 @@ #ifdef CONFIG_FSCK_MINIX APPLET_ODDNAME("fsck.minix", fsck_minix_main, _BB_DIR_SBIN, _BB_SUID_NEVER, fsck_minix) #endif +#ifdef CONFIG_FTPGET + APPLET(ftpget, ftpgetput_main, _BB_DIR_USR_BIN, _BB_SUID_NEVER) +#endif +#ifdef CONFIG_FTPPUT + APPLET(ftpput, ftpgetput_main, _BB_DIR_USR_BIN, _BB_SUID_NEVER) +#endif #ifdef CONFIG_GETOPT APPLET(getopt, getopt_main, _BB_DIR_BIN, _BB_SUID_NEVER) #endif -- cgit v1.2.3-55-g6feb