aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorvda <vda@69ca8d6d-28ef-0310-b511-8ec308f3f277>2007-04-01 01:18:20 +0000
committervda <vda@69ca8d6d-28ef-0310-b511-8ec308f3f277>2007-04-01 01:18:20 +0000
commit5348a94d2a6baae045918c4cc2bdd256ee8de5b8 (patch)
treed4f6495339702c0b6d79816d0bb07ba4b6679ce8 /Makefile
parenta4935249632f90595f8f8a5200ed7b6266cf6321 (diff)
downloadbusybox-w32-5348a94d2a6baae045918c4cc2bdd256ee8de5b8.tar.gz
busybox-w32-5348a94d2a6baae045918c4cc2bdd256ee8de5b8.tar.bz2
busybox-w32-5348a94d2a6baae045918c4cc2bdd256ee8de5b8.zip
tcpsvd: new applet
It's a GPL-ed 'clone' of Dan Bernstein's tcpserver. Author: Gerrit Pape <pape@smarden.org> http://smarden.sunsite.dk/ipsvd/ size tcpsvd.o text data bss dec hex filename 2571 4 16 2591 a1f tcpsvd.o git-svn-id: svn://busybox.net/trunk/busybox@18294 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 4f45ae822..5b507d9f0 100644
--- a/Makefile
+++ b/Makefile
@@ -434,6 +434,7 @@ libs-y := \
434 editors/ \ 434 editors/ \
435 findutils/ \ 435 findutils/ \
436 init/ \ 436 init/ \
437 ipsvd/ \
437 libbb/ \ 438 libbb/ \
438 libpwdgrp/ \ 439 libpwdgrp/ \
439 loginutils/ \ 440 loginutils/ \