diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2008-02-22 22:24:48 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2008-02-22 22:24:48 +0000 |
commit | 68444b9f0c74e94d219fa40bb4109b4aa2fdd43b (patch) | |
tree | 34b1c0d65ac46498b81df8badd85f9daa0baed33 /Makefile | |
parent | 6aa74fcf5bc5f6b209b578754fc098714bc8485d (diff) | |
download | busybox-w32-68444b9f0c74e94d219fa40bb4109b4aa2fdd43b.tar.gz busybox-w32-68444b9f0c74e94d219fa40bb4109b4aa2fdd43b.tar.bz2 busybox-w32-68444b9f0c74e94d219fa40bb4109b4aa2fdd43b.zip |
lpr and lpq applets by Walter Harms.
text data bss dec hex filename
392 0 0 392 188 lpq.o
1378 0 0 1378 562 lpr.o
142 0 0 142 8e parse_prt.o
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -446,6 +446,7 @@ libs-y := \ | |||
446 | networking/ \ | 446 | networking/ \ |
447 | networking/libiproute/ \ | 447 | networking/libiproute/ \ |
448 | networking/udhcp/ \ | 448 | networking/udhcp/ \ |
449 | printutils/ \ | ||
449 | procps/ \ | 450 | procps/ \ |
450 | runit/ \ | 451 | runit/ \ |
451 | selinux/ \ | 452 | selinux/ \ |