Only build/install xbps-uchroot(8) on linux.

This commit is contained in:
Juan RP
2014-08-23 09:06:46 +02:00
parent 1d2dabca09
commit 74b3cb0e64
3 changed files with 8 additions and 1 deletions

View File

@@ -9,7 +9,10 @@ SUBDIRS += xbps-reconfigure
SUBDIRS += xbps-remove
SUBDIRS += xbps-rindex
SUBDIRS += xbps-uhelper
SUBDIRS += xbps-uchroot
SUBDIRS += xbps-checkvers
ifeq (${XBPS_OS},linux)
SUBDIRS += xbps-uchroot
endif
include ../mk/subdir.mk