9 lines
135 B
Makefile
9 lines
135 B
Makefile
-include ../config.mk
|
|
|
|
SUBDIRS = xbps-bin
|
|
SUBDIRS += xbps-repo
|
|
SUBDIRS += xbps-dgraph
|
|
SUBDIRS += xbps-uhelper
|
|
|
|
include ../mk/subdir.mk
|