Makefile.kmk revision ece9652d971886b99a269656ea4782319637e75a
8e496a172b2000333186e5c1be75a50f398ed830vboxsync# Sub-Makefile for VBoxAdpCtl
8e496a172b2000333186e5c1be75a50f398ed830vboxsync# VBoxAdpCtl is a tool for configuring vboxnetX adapters.
8e496a172b2000333186e5c1be75a50f398ed830vboxsync# Copyright (C) 2009 Sun Microsystems, Inc.
8e496a172b2000333186e5c1be75a50f398ed830vboxsync# This file is part of VirtualBox Open Source Edition (OSE), as
8e496a172b2000333186e5c1be75a50f398ed830vboxsync# available from http://www.virtualbox.org. This file is free software;
8e496a172b2000333186e5c1be75a50f398ed830vboxsync# you can redistribute it and/or modify it under the terms of the GNU
8e496a172b2000333186e5c1be75a50f398ed830vboxsync# General Public License (GPL) as published by the Free Software
8e496a172b2000333186e5c1be75a50f398ed830vboxsync# Foundation, in version 2 as it comes in the "COPYING" file of the
8e496a172b2000333186e5c1be75a50f398ed830vboxsync# VirtualBox OSE distribution. VirtualBox OSE is distributed in the
8e496a172b2000333186e5c1be75a50f398ed830vboxsync# hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
8e496a172b2000333186e5c1be75a50f398ed830vboxsync# Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa
8e496a172b2000333186e5c1be75a50f398ed830vboxsync# Clara, CA 95054 USA or visit http://www.sun.com if you need
8e496a172b2000333186e5c1be75a50f398ed830vboxsync# additional information or have any questions.
8e496a172b2000333186e5c1be75a50f398ed830vboxsyncSUB_DEPTH = ../../..
8e496a172b2000333186e5c1be75a50f398ed830vboxsyncinclude $(KBUILD_PATH)/subheader.kmk
8e496a172b2000333186e5c1be75a50f398ed830vboxsyncPROGRAMS.darwin += VBoxNetAdpCtl
8e496a172b2000333186e5c1be75a50f398ed830vboxsyncVBoxNetAdpCtl_TEMPLATE = VBOXR3EXE
8e496a172b2000333186e5c1be75a50f398ed830vboxsyncVBoxNetAdpCtl_SOURCES = VBoxNetAdpCtl.cpp
8e496a172b2000333186e5c1be75a50f398ed830vboxsyncinclude $(KBUILD_PATH)/subfooter.kmk