xbps/bin/xbps-fetch/Makefile
Juan RP 8cea3e351b xbps-fetch(1): new utility that replaces 'xbps-uhelper fetch'.
xbps-install(1): document all libfetch env vars.

Signed-off-by: Juan RP <xtraeme@gmail.com>
2019-06-12 18:07:24 +02:00

8 lines
133 B
Makefile

TOPDIR = ../..
-include $(TOPDIR)/config.mk
BIN = xbps-fetch
OBJS = main.o ../xbps-install/fetch_cb.o
include $(TOPDIR)/mk/prog.mk