From fa69f110d978a374e6ab1c213ff994446466b9dc Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Sun, 17 Apr 2005 07:24:19 +0000 Subject: import fakeidentd module started by Thomas Lundquist --- 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 90a081550..7771c17a9 100644 --- a/include/applets.h +++ b/include/applets.h @@ -185,6 +185,9 @@ #ifdef CONFIG_EXPR APPLET(expr, expr_main, _BB_DIR_USR_BIN, _BB_SUID_NEVER) #endif +#ifdef CONFIG_FAKEIDENTD + APPLET(fakeidentd, fakeidentd_main, _BB_DIR_USR_SBIN, _BB_SUID_NEVER) +#endif #ifdef CONFIG_FALSE APPLET(false, false_main, _BB_DIR_BIN, _BB_SUID_NEVER) #endif -- cgit v1.2.3