bin/Makefile: restrict xbps-uunshare(8) only on linux.
This commit is contained in:
parent
58e6d71d24
commit
a1d1b3e480
@ -10,10 +10,10 @@ SUBDIRS += xbps-remove
|
|||||||
SUBDIRS += xbps-rindex
|
SUBDIRS += xbps-rindex
|
||||||
SUBDIRS += xbps-uhelper
|
SUBDIRS += xbps-uhelper
|
||||||
SUBDIRS += xbps-checkvers
|
SUBDIRS += xbps-checkvers
|
||||||
SUBDIRS += xbps-uunshare
|
|
||||||
|
|
||||||
ifeq (${XBPS_OS},linux)
|
ifeq (${XBPS_OS},linux)
|
||||||
SUBDIRS += xbps-uchroot
|
SUBDIRS += xbps-uchroot
|
||||||
|
SUBDIRS += xbps-uunshare
|
||||||
endif
|
endif
|
||||||
|
|
||||||
include ../mk/subdir.mk
|
include ../mk/subdir.mk
|
||||||
|
Loading…
x
Reference in New Issue
Block a user