#
#  super make for ve directory
#

SHELL	= /bin/sh
POSIX	= 1

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

install:
	$(MAKE) $(PARALLELMFLAGS) -f beos/Makefile install

#
# This DEFAULT target will pass along commands like "make clean" and
# "make deps"
#
.DEFAULT:
	$(MAKE) $(PARALLELMFLAGS) -f beos/Makefile $@

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

# These makefiles, that only server to call nested makefiles shouldn't
# include the make.post makefile
