2010-05-19 22:38:27 +02:00
|
|
|
-include ../config.mk
|
2009-08-17 19:07:20 +02:00
|
|
|
|
2012-11-06 11:07:31 +01:00
|
|
|
SUBDIRS = xbps-create
|
2010-11-08 23:27:15 +01:00
|
|
|
SUBDIRS += xbps-dgraph
|
2012-11-02 15:04:25 +01:00
|
|
|
SUBDIRS += xbps-install
|
|
|
|
SUBDIRS += xbps-pkgdb
|
|
|
|
SUBDIRS += xbps-query
|
|
|
|
SUBDIRS += xbps-reconfigure
|
|
|
|
SUBDIRS += xbps-remove
|
|
|
|
SUBDIRS += xbps-rindex
|
2011-01-22 12:40:19 +01:00
|
|
|
SUBDIRS += xbps-uhelper
|
2009-08-17 19:07:20 +02:00
|
|
|
|
2012-03-12 15:23:04 +01:00
|
|
|
include ../mk/subdir.mk
|