SHELL=/bin/sh

###
###
include $(BUILDHOME)/buildprefs/make.pre
###
###


install: FORCE
	@$(MAKE) -C src $(PARALLELMFLAGS) install

#
# This DEFAULT target will pass along commands like "make clean" and
# "make deps"
#
.DEFAULT:
	@$(MAKE) -C src $(PARALLELMFLAGS) $@

# empty rule. Things that depend on this rule will always get triggered.
FORCE:
