xbps/bin/Makefile
Juan RP cb857dfc27 Alternatives framework for xbps (2/2).
See xbps-alternatives(1) for more information.

Thanks to all who helped to design this and for fixing grammar in
the manual page.
2015-10-30 12:24:46 +01:00

22 lines
417 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
ifeq (${XBPS_OS},linux)
SUBDIRS += xbps-uchroot
SUBDIRS += xbps-uunshare
endif
include ../mk/subdir.mk