diff options
author | John Beppu <beppu@lbox.org> | 2000-01-29 12:59:01 +0000 |
---|---|---|
committer | John Beppu <beppu@lbox.org> | 2000-01-29 12:59:01 +0000 |
commit | b332e779e6709908b203054c687cd1dec660f50e (patch) | |
tree | 99c37e076b7416f1c3612ba2ac2568acb6fe4fe7 /applets | |
parent | 04e97024e78f452526f710a5b3969c78a65f2b33 (diff) | |
download | busybox-w32-b332e779e6709908b203054c687cd1dec660f50e.tar.gz busybox-w32-b332e779e6709908b203054c687cd1dec660f50e.tar.bz2 busybox-w32-b332e779e6709908b203054c687cd1dec660f50e.zip |
nslookup -- a work in progress...
Diffstat (limited to 'applets')
-rw-r--r-- | applets/busybox.c | 3 |
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 |