Makefile revision fe0826de96da565f5a285504b2210f269b8a2de9
2N/A# Makefile for the VirtualBox Linux Host Drivers. 2N/A# Copyright (C) 2008-2009 Sun Microsystems, Inc. 2N/A# This file is part of VirtualBox Open Source Edition (OSE), as 2N/A# you can redistribute it and/or modify it under the terms of the GNU 2N/A# General Public License (GPL) as published by the Free Software 2N/A# Foundation, in version 2 as it comes in the "COPYING" file of the 2N/A# VirtualBox OSE distribution. VirtualBox OSE is distributed in the 2N/A# hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 2N/A# Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa 2N/A# additional information or have any questions. 2N/A @
echo "*** Building 'vboxdrv' module ***" 2N/A echo "*** Building 'vboxnetflt' module ***"; \
echo "Removing previously installed $$module module"; \
echo "Installing $$module module"; \