aboutsummaryrefslogtreecommitdiff
path: root/include/applets.h
diff options
context:
space:
mode:
authorlandley <landley@69ca8d6d-28ef-0310-b511-8ec308f3f277>2005-09-15 19:26:59 +0000
committerlandley <landley@69ca8d6d-28ef-0310-b511-8ec308f3f277>2005-09-15 19:26:59 +0000
commit7aa861645707e6b7e43eccd866eee27221c29efc (patch)
tree064e422cc8f868ef50db35178f9fabc29ddd5451 /include/applets.h
parent68524a0b091e41ab470c665669f07b8f59982411 (diff)
downloadbusybox-w32-7aa861645707e6b7e43eccd866eee27221c29efc.tar.gz
busybox-w32-7aa861645707e6b7e43eccd866eee27221c29efc.tar.bz2
busybox-w32-7aa861645707e6b7e43eccd866eee27221c29efc.zip
New applet "less", from Rob Sullivan.
git-svn-id: svn://busybox.net/trunk/busybox@11472 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'include/applets.h')
-rw-r--r--include/applets.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/applets.h b/include/applets.h
index 61210bcc3..64e561a88 100644
--- a/include/applets.h
+++ b/include/applets.h
@@ -359,6 +359,9 @@
359#ifdef CONFIG_FEATURE_INITRD 359#ifdef CONFIG_FEATURE_INITRD
360 APPLET_NOUSAGE("linuxrc", init_main, _BB_DIR_ROOT, _BB_SUID_NEVER) 360 APPLET_NOUSAGE("linuxrc", init_main, _BB_DIR_ROOT, _BB_SUID_NEVER)
361#endif 361#endif
362#ifdef CONFIG_LESS
363 APPLET(less, less_main, _BB_DIR_USR_BIN, _BB_SUID_NEVER)
364#endif
362#ifdef CONFIG_LN 365#ifdef CONFIG_LN
363 APPLET(ln, ln_main, _BB_DIR_BIN, _BB_SUID_NEVER) 366 APPLET(ln, ln_main, _BB_DIR_BIN, _BB_SUID_NEVER)
364#endif 367#endif