xbps/bin/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

24 lines
462 B
Makefile

-include ../config.mk
SUBDIRS += xbps-alternatives
SUBDIRS += xbps-create
SUBDIRS += xbps-dgraph
SUBDIRS += xbps-install
SUBDIRS += xbps-pkgdb
SUBDIRS += xbps-query
SUBDIRS += xbps-reconfigure
SUBDIRS += xbps-remove
SUBDIRS += xbps-rindex
SUBDIRS += xbps-uhelper
SUBDIRS += xbps-checkvers
SUBDIRS += xbps-fbulk
SUBDIRS += xbps-digest
SUBDIRS += xbps-fetch
ifeq (${XBPS_OS},linux)
SUBDIRS += xbps-uchroot
SUBDIRS += xbps-uunshare
endif
include ../mk/subdir.mk