From b332e779e6709908b203054c687cd1dec660f50e Mon Sep 17 00:00:00 2001 From: John Beppu Date: Sat, 29 Jan 2000 12:59:01 +0000 Subject: nslookup -- a work in progress... --- applets/busybox.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'applets/busybox.c') 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 -- cgit v1.2.3