bin/Makefile: restrict xbps-uunshare(8) only on linux.

This commit is contained in:
Juan RP 2015-03-05 18:46:01 +01:00
parent 58e6d71d24
commit a1d1b3e480

View File

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