aboutsummaryrefslogtreecommitdiff
path: root/busybox.c
diff options
context:
space:
mode:
authorJohn Beppu <beppu@lbox.org>2000-01-29 12:59:01 +0000
committerJohn Beppu <beppu@lbox.org>2000-01-29 12:59:01 +0000
commitb332e779e6709908b203054c687cd1dec660f50e (patch)
tree99c37e076b7416f1c3612ba2ac2568acb6fe4fe7 /busybox.c
parent04e97024e78f452526f710a5b3969c78a65f2b33 (diff)
downloadbusybox-b332e779e6709908b203054c687cd1dec660f50e.tar.gz
nslookup -- a work in progress...
Diffstat (limited to 'busybox.c')
-rw-r--r--busybox.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/busybox.c b/busybox.c
index d59b2855e..7f14473e0 100644
--- a/busybox.c
+++ b/busybox.c
@@ -173,6 +173,9 @@ static const struct Applet applets[] = {
#ifdef BB_MV //bin
{"mv", mv_main},
#endif
+#ifdef BB_NSLOOKUP //bin
+ {"nslookup", nslookup_main},
+#endif
#ifdef BB_PING //bin
{"ping", ping_main},
#endif