Changeset 29250 in vbox for trunk/src/VBox/HostDrivers/Support/freebsd/files_vboxdrv
- Timestamp:
- May 9, 2010 5:53:58 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/freebsd/files_vboxdrv
r29246 r29250 1 1 #!/bin/sh 2 # 2 # $Id$ 3 ## @file 3 4 # Shared file between Makefile.kmk and export_modules 4 5 # 5 # Copyright (C) 2007 Sun Microsystems, Inc. 6 7 # 8 # Copyright (C) 2007-2010 Oracle Corporation 6 9 # 7 10 # This file is part of VirtualBox Open Source Edition (OSE), as … … 22 25 # terms and conditions of either the GPL or the CDDL or both. 23 26 # 24 # Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa25 # Clara, CA 95054 USA or visit http://www.sun.com if you need26 # additional information or have any questions.27 #28 27 29 28 FILES_VBOXDRV_NOBIN=" \ … … 32 31 ${PATH_ROOT}/include/iprt/asm.h=>include/iprt/asm.h \ 33 32 ${PATH_ROOT}/include/iprt/asm-amd64-x86.h=>include/iprt/asm-amd64-x86.h \ 33 ${PATH_ROOT}/include/iprt/asm-math.h=>include/iprt/asm-math.h \ 34 34 ${PATH_ROOT}/include/iprt/assert.h=>include/iprt/assert.h \ 35 35 ${PATH_ROOT}/include/iprt/avl.h=>include/iprt/avl.h \
Note:
See TracChangeset
for help on using the changeset viewer.