88b7935c7a9d5156b439570abcea19c121ecf60bvboxsync# $Id$
88b7935c7a9d5156b439570abcea19c121ecf60bvboxsync## @file
88b7935c7a9d5156b439570abcea19c121ecf60bvboxsync# Top-level makefile for the VBox Network Services.
88b7935c7a9d5156b439570abcea19c121ecf60bvboxsync#
88b7935c7a9d5156b439570abcea19c121ecf60bvboxsync
88b7935c7a9d5156b439570abcea19c121ecf60bvboxsync#
772269936494ffaddd0750ba9e28e805ba81398cvboxsync# Copyright (C) 2009-2012 Oracle Corporation
88b7935c7a9d5156b439570abcea19c121ecf60bvboxsync#
88b7935c7a9d5156b439570abcea19c121ecf60bvboxsync# This file is part of VirtualBox Open Source Edition (OSE), as
88b7935c7a9d5156b439570abcea19c121ecf60bvboxsync# available from http://www.virtualbox.org. This file is free software;
88b7935c7a9d5156b439570abcea19c121ecf60bvboxsync# you can redistribute it and/or modify it under the terms of the GNU
88b7935c7a9d5156b439570abcea19c121ecf60bvboxsync# General Public License (GPL) as published by the Free Software
88b7935c7a9d5156b439570abcea19c121ecf60bvboxsync# Foundation, in version 2 as it comes in the "COPYING" file of the
88b7935c7a9d5156b439570abcea19c121ecf60bvboxsync# VirtualBox OSE distribution. VirtualBox OSE is distributed in the
88b7935c7a9d5156b439570abcea19c121ecf60bvboxsync# hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
88b7935c7a9d5156b439570abcea19c121ecf60bvboxsync#
88b7935c7a9d5156b439570abcea19c121ecf60bvboxsync
88b7935c7a9d5156b439570abcea19c121ecf60bvboxsyncSUB_DEPTH = ../../..
772269936494ffaddd0750ba9e28e805ba81398cvboxsyncinclude $(KBUILD_PATH)/subheader.kmk
88b7935c7a9d5156b439570abcea19c121ecf60bvboxsync
88b7935c7a9d5156b439570abcea19c121ecf60bvboxsync# Include sub-makefiles.
2305bc3992bdea24236ad2d12fed48144eaa6db5vboxsyncinclude $(PATH_SUB_CURRENT)/DHCP/Makefile.kmk
cd8e45740d45f24639c33ae7c61fee5ef2ea856fvboxsyncifdef VBOX_WITH_NAT_SERVICE
cd8e45740d45f24639c33ae7c61fee5ef2ea856fvboxsyncinclude $(PATH_SUB_CURRENT)/NAT/Makefile.kmk
cd8e45740d45f24639c33ae7c61fee5ef2ea856fvboxsyncendif
88b7935c7a9d5156b439570abcea19c121ecf60bvboxsync
772269936494ffaddd0750ba9e28e805ba81398cvboxsyncinclude $(FILE_KBUILD_SUB_FOOTER)
88b7935c7a9d5156b439570abcea19c121ecf60bvboxsync