xbps/bin/xbps-reconfigure/Makefile

9 lines
155 B
Makefile
Raw Normal View History

TOPDIR = ../..
-include $(TOPDIR)/config.mk
BIN = xbps-reconfigure
OBJS = main.o ../xbps-install/state_cb.o
#MAN = $(BIN).8
include $(TOPDIR)/mk/prog.mk