From 62fae308a3d92d987711d08f3d36b0ad753c2e18 Mon Sep 17 00:00:00 2001 From: Glenn L McGrath Date: Tue, 10 Dec 2002 00:14:33 +0000 Subject: Realpath applet --- 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 d8c4b38..b7171f7 100644 --- a/include/applets.h +++ b/include/applets.h @@ -416,6 +416,9 @@ #ifdef CONFIG_READLINK APPLET(readlink, readlink_main, _BB_DIR_USR_BIN, _BB_SUID_NEVER) #endif +#ifdef CONFIG_REALPATH + APPLET(realpath, realpath_main, _BB_DIR_USR_BIN, _BB_SUID_NEVER) +#endif #ifdef CONFIG_REBOOT APPLET(reboot, reboot_main, _BB_DIR_SBIN, _BB_SUID_NEVER) #endif -- cgit v1.1