19 lines
		
	
	
		
			340 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			19 lines
		
	
	
		
			340 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
-include ../config.mk
 | 
						|
 | 
						|
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
 | 
						|
 | 
						|
ifeq (${XBPS_OS},linux)
 | 
						|
SUBDIRS +=	xbps-uchroot
 | 
						|
endif
 | 
						|
 | 
						|
include ../mk/subdir.mk
 |