xbps/bin/xbps-install/Makefile

10 lines
205 B
Makefile
Raw Normal View History

TOPDIR = ../..
-include $(TOPDIR)/config.mk
BIN = xbps-install
OBJS = main.o transaction.o main.o question.o fetch_cb.o state_cb.o
OBJS += unpack_cb.o util.o
2012-11-06 14:53:07 +05:30
MAN = $(BIN).8
include $(TOPDIR)/mk/prog.mk