summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index a33b419..83f8a68 100644
--- a/Makefile
+++ b/Makefile
@@ -16,7 +16,8 @@ LIB = $(LIBUTF) $(LIBUTIL)
BIN =\
more\
hexdump\
- ifconfig
+ ifconfig\
+ ping
LIBUTILOBJ = $(LIBUTILSRC:.c=.o)
OBJ = $(BIN:=.o) $(LIBUTFOBJ) $(LIBUTILOBJ)