865b06be5d
as foo.static. Updated README to note the new requirements for it. It will be used to reduce the number of dependencies when building packages in the chroot. --HG-- extra : convert_revision : xtraeme%40gmail.com-20091015222234-360i67zychjge3nh
9 lines
155 B
Makefile
9 lines
155 B
Makefile
TOPDIR = ../..
|
|
include $(TOPDIR)/vars.mk
|
|
|
|
BIN = xbps-repo
|
|
OBJS = main.o util.o index.o
|
|
STATIC_LIBS += -lz -lbz2 -lacl -llzmadec
|
|
|
|
include $(TOPDIR)/prog.mk
|