e7738555b2
Add 'digest' and 'fetch' actions again for compatibility, but don't mention them in usage(). This way previous versions of xbps-src (that don't require xbps-0.54) still work without changes.
9 lines
141 B
Makefile
9 lines
141 B
Makefile
TOPDIR = ../..
|
|
-include $(TOPDIR)/config.mk
|
|
|
|
BIN = xbps-uhelper
|
|
OBJS = main.o ../xbps-install/fetch_cb.o
|
|
MAN =
|
|
|
|
include $(TOPDIR)/mk/prog.mk
|