From 68444b9f0c74e94d219fa40bb4109b4aa2fdd43b Mon Sep 17 00:00:00 2001 From: Denis Vlasenko Date: Fri, 22 Feb 2008 22:24:48 +0000 Subject: 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 --- printutils/Kbuild | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 printutils/Kbuild (limited to 'printutils/Kbuild') diff --git a/printutils/Kbuild b/printutils/Kbuild new file mode 100644 index 000000000..f32272334 --- /dev/null +++ b/printutils/Kbuild @@ -0,0 +1,8 @@ +# Makefile for busybox +# +# Licensed under the GPL v2, see the file LICENSE in this tarball. + +lib-y := + +lib-$(CONFIG_LPR) += lpr.o parse_prt.o +lib-$(CONFIG_LPQ) += lpq.o parse_prt.o -- cgit v1.2.3