2010-05-20 02:08:27 +05:30
|
|
|
-include ../config.mk
|
2009-08-17 22:37:20 +05:30
|
|
|
|
2012-11-06 15:37:31 +05:30
|
|
|
SUBDIRS = xbps-create
|
2010-11-09 03:57:15 +05:30
|
|
|
SUBDIRS += xbps-dgraph
|
2012-11-02 19:34:25 +05:30
|
|
|
SUBDIRS += xbps-install
|
|
|
|
SUBDIRS += xbps-pkgdb
|
|
|
|
SUBDIRS += xbps-query
|
|
|
|
SUBDIRS += xbps-reconfigure
|
|
|
|
SUBDIRS += xbps-remove
|
|
|
|
SUBDIRS += xbps-rindex
|
2011-01-22 17:10:19 +05:30
|
|
|
SUBDIRS += xbps-uhelper
|
2014-04-07 14:15:25 +05:30
|
|
|
SUBDIRS += xbps-checkvers
|
2015-04-16 13:58:01 +05:30
|
|
|
SUBDIRS += xbps-fbulk
|
2009-08-17 22:37:20 +05:30
|
|
|
|
2014-08-23 12:36:46 +05:30
|
|
|
ifeq (${XBPS_OS},linux)
|
|
|
|
SUBDIRS += xbps-uchroot
|
2015-03-05 23:16:01 +05:30
|
|
|
SUBDIRS += xbps-uunshare
|
2014-08-23 12:36:46 +05:30
|
|
|
endif
|
|
|
|
|
2012-03-12 19:53:04 +05:30
|
|
|
include ../mk/subdir.mk
|