6 lines
111 B
Makefile
6 lines
111 B
Makefile
|
PKGDIR=$(TOPDIR)/pkg
|
||
|
|
||
|
# prefix pkglist name with its directory to form a path
|
||
|
list = $(1:%=$(PKGDIR)/lists/%)
|
||
|
|