From ad8071f582a354924e96a3842e4fda7895bb5b7f Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Sat, 30 Apr 2005 03:49:37 +0000 Subject: David Brownell submitted a new applet, zcip, based on RFC 3927. This is version 0418b. It compiled. --- 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 755eb01ab..7f6f75864 100644 --- a/include/applets.h +++ b/include/applets.h @@ -692,6 +692,9 @@ #ifdef CONFIG_GUNZIP APPLET(zcat, gunzip_main, _BB_DIR_BIN, _BB_SUID_NEVER) #endif +#ifdef CONFIG_ZCIP + APPLET(zcip, zcip_main, _BB_DIR_SBIN, _BB_SUID_NEVER) +#endif #if !defined(PROTOTYPES) && !defined(MAKE_USAGE) { 0,NULL,0 } -- cgit v1.2.3