Denis Vlasenko | 68444b9 | 2008-02-22 22:24:48 +0000 | [diff] [blame^] | 1 | # Makefile for busybox |
2 | # | ||||
3 | # Licensed under the GPL v2, see the file LICENSE in this tarball. | ||||
4 | |||||
5 | lib-y := | ||||
6 | |||||
7 | lib-$(CONFIG_LPR) += lpr.o parse_prt.o | ||||
8 | lib-$(CONFIG_LPQ) += lpq.o parse_prt.o |