aboutsummaryrefslogtreecommitdiff
path: root/applets
diff options
context:
space:
mode:
authorbeppu <beppu@69ca8d6d-28ef-0310-b511-8ec308f3f277>2000-01-29 12:59:01 +0000
committerbeppu <beppu@69ca8d6d-28ef-0310-b511-8ec308f3f277>2000-01-29 12:59:01 +0000
commit68f0f0d2a1af2ce2cb2727356bd9331e94c3c667 (patch)
tree99c37e076b7416f1c3612ba2ac2568acb6fe4fe7 /applets
parentff53b84e1c9b5cefa85d51e748d1ea87894e9dd9 (diff)
downloadbusybox-w32-68f0f0d2a1af2ce2cb2727356bd9331e94c3c667.tar.gz
busybox-w32-68f0f0d2a1af2ce2cb2727356bd9331e94c3c667.tar.bz2
busybox-w32-68f0f0d2a1af2ce2cb2727356bd9331e94c3c667.zip
nslookup -- a work in progress...
git-svn-id: svn://busybox.net/trunk/busybox@349 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'applets')
-rw-r--r--applets/busybox.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/applets/busybox.c b/applets/busybox.c
index d59b2855e..7f14473e0 100644
--- a/applets/busybox.c
+++ b/applets/busybox.c
@@ -173,6 +173,9 @@ static const struct Applet applets[] = {
173#ifdef BB_MV //bin 173#ifdef BB_MV //bin
174 {"mv", mv_main}, 174 {"mv", mv_main},
175#endif 175#endif
176#ifdef BB_NSLOOKUP //bin
177 {"nslookup", nslookup_main},
178#endif
176#ifdef BB_PING //bin 179#ifdef BB_PING //bin
177 {"ping", ping_main}, 180 {"ping", ping_main},
178#endif 181#endif