xbps/bin/Makefile
Juan RP 6ece895957 WIP: xbps-create(8) to create xbps binary packages from a destdir.
(cherry picked from commit 6546f73f90cd56d14a2e90cb6604901df18a9419)
2012-09-29 19:00:58 +02:00

10 lines
158 B
Makefile

-include ../config.mk
SUBDIRS = xbps-bin
SUBDIRS += xbps-repo
SUBDIRS += xbps-dgraph
SUBDIRS += xbps-uhelper
SUBDIRS += xbps-create
include ../mk/subdir.mk