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-b332e779e6709908b203054c687cd1dec660f50e.tar.gz |
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[] = { #ifdef BB_MV //bin {"mv", mv_main}, #endif +#ifdef BB_NSLOOKUP //bin + {"nslookup", nslookup_main}, +#endif #ifdef BB_PING //bin {"ping", ping_main}, #endif |