From 2acfd7bd2640655138260e0661990e12a99c57d3 Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Wed, 11 May 2005 23:12:49 +0000 Subject: Small comm implementatin from Rob Sullivan. Needed to build perl. --- 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 bc5b36ae3..4ef5ed77c 100644 --- a/include/applets.h +++ b/include/applets.h @@ -113,6 +113,9 @@ #ifdef CONFIG_CMP APPLET(cmp, cmp_main, _BB_DIR_USR_BIN, _BB_SUID_NEVER) #endif +#ifdef CONFIG_COMM + APPLET(comm, comm_main, _BB_DIR_USR_BIN, _BB_SUID_NEVER) +#endif #ifdef CONFIG_CP APPLET(cp, cp_main, _BB_DIR_BIN, _BB_SUID_NEVER) #endif -- cgit v1.2.3