aboutsummaryrefslogtreecommitdiff
path: root/applets.h
diff options
context:
space:
mode:
Diffstat (limited to 'applets.h')
-rw-r--r--applets.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/applets.h b/applets.h
index 8c59507ce..2af2b49e7 100644
--- a/applets.h
+++ b/applets.h
@@ -46,6 +46,9 @@
#ifdef BB_TEST
APPLET_NOUSAGE("[", test_main, _BB_DIR_USR_BIN)
#endif
+#ifdef BB_ADJTIMEX
+ APPLET(adjtimex, adjtimex_main, _BB_DIR_SBIN)
+#endif
#ifdef BB_AR
APPLET(ar, ar_main, _BB_DIR_USR_BIN)
#endif