myos/make/apps/infra/bootstrap.mk

11 lines
161 B
Makefile
Raw Normal View History

2021-02-09 17:05:00 +01:00
##
# BOOTSTRAP
.PHONY: bootstrap-infra
bootstrap-infra: setup-sysctl
ifeq ($(SETUP_NFSD),true)
ifeq ($(HOST_SYSTEM),DARWIN)
$(call setup-nfsd-osx)
endif
endif