Makefile revision 9888fffcfbe2d41dce14a1249b12cb88cc9b149f
3018N/A# Makefile for the VirtualBox FreeBSD Host Driver. 3018N/A# Copyright (C) 2006-2015 Oracle Corporation 3018N/A# This file is part of VirtualBox Open Source Edition (OSE), as 3018N/A# you can redistribute it and/or modify it under the terms of the GNU 3018N/A# General Public License (GPL) as published by the Free Software 3018N/A# Foundation, in version 2 as it comes in the "COPYING" file of the 3018N/A# VirtualBox OSE distribution. VirtualBox OSE is distributed in the 3018N/A# hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 3018N/A# The contents of this file may alternatively be used under the terms 3018N/A# of the Common Development and Distribution License Version 1.0 3018N/A# VirtualBox OSE distribution, in which case the provisions of the 3018N/A# CDDL are applicable instead of those of the GPL. 3018N/A# You may elect to license modified versions of this file under the 3018N/A# terms and conditions of either the GPL or the CDDL or both. 4134N/A# Include needed interface headers so they are created during build