include config.mk define vinstall export XBPS_ARCH=$(VOID_ARCH) && xbps-install -Su -R $(VOID_REPO) -r $(MNTDIR) $(1) endef base: $(call vinstall,base-system) tools: $(call vinstall,base-devel git tcc wget vim-x11 tmux)