2008-02-23 03:54:48 +05:30
|
|
|
# Makefile for busybox
|
|
|
|
#
|
|
|
|
# Licensed under the GPL v2, see the file LICENSE in this tarball.
|
|
|
|
|
|
|
|
lib-y :=
|
|
|
|
|
2008-02-25 05:02:36 +05:30
|
|
|
lib-$(CONFIG_LPD) += lpd.o
|
2008-02-25 00:14:20 +05:30
|
|
|
lib-$(CONFIG_LPR) += lpr.o
|
|
|
|
lib-$(CONFIG_LPQ) += lpr.o
|