diff options
author | Mark Whitley | 2001-03-02 19:08:50 +0000 |
---|---|---|
committer | Mark Whitley | 2001-03-02 19:08:50 +0000 |
commit | 450736cd3cf5e09a02620af7a93b41e0c1c67344 (patch) | |
tree | 9312ddb48e6404914c33a4bf9184d258f428eb22 /applets.h | |
parent | 016771834af01be118621f89d92a3ecb29516a4f (diff) | |
download | busybox-450736cd3cf5e09a02620af7a93b41e0c1c67344.zip busybox-450736cd3cf5e09a02620af7a93b41e0c1c67344.tar.gz |
Added Magnus Damm's tftp applet to Busybox.
Diffstat (limited to 'applets.h')
-rw-r--r-- | applets.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -356,6 +356,9 @@ #ifdef BB_TEST APPLET(test, test_main, _BB_DIR_USR_BIN) #endif +#ifdef BB_TFTP + APPLET(tftp, tftp_main, _BB_DIR_USR_BIN) +#endif #ifdef BB_TOUCH APPLET(touch, touch_main, _BB_DIR_BIN) #endif |