9 lines
181 B
Plaintext
9 lines
181 B
Plaintext
|
# 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
|