#
# Make sure omake is up-to-date
# XXX: HACK (nogin): I had to put it here because of http://bugzilla.metaprl.org/show_bug.cgi?id=287
#
OMakeVersion(0.9.0)

#
# Include the standard configuration
#
include $(STDROOT)

#
# LibMojave is standalone
#
LM_STANDALONE = true

#
# Include the OMakefile
#
.SUBDIRS: .

