Changeset 31829 in vbox for trunk/src/VBox/HostDrivers/Support/freebsd
- Timestamp:
- Aug 20, 2010 11:19:37 PM (14 years ago)
- Location:
- trunk/src/VBox/HostDrivers/Support/freebsd
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/freebsd/Makefile
r28800 r31829 105 105 SRCS += \ 106 106 crc32.c \ 107 ipv4.c 107 ipv4.c \ 108 ipv6.c 108 109 109 110 .PATH: ${.CURDIR}/common/table -
trunk/src/VBox/HostDrivers/Support/freebsd/files_vboxdrv
r29250 r31829 36 36 ${PATH_ROOT}/include/iprt/cdefs.h=>include/iprt/cdefs.h \ 37 37 ${PATH_ROOT}/include/iprt/cpuset.h=>include/iprt/cpuset.h \ 38 ${PATH_ROOT}/include/iprt/crc.h=>include/iprt/crc.h \ 38 39 ${PATH_ROOT}/include/iprt/ctype.h=>include/iprt/ctype.h \ 39 40 ${PATH_ROOT}/include/iprt/err.h=>include/iprt/err.h \ … … 119 120 ${PATH_ROOT}/src/VBox/Runtime/common/checksum/crc32.cpp=>common/checksum/crc32.c \ 120 121 ${PATH_ROOT}/src/VBox/Runtime/common/checksum/ipv4.cpp=>common/checksum/ipv4.c \ 122 ${PATH_ROOT}/src/VBox/Runtime/common/checksum/ipv6.cpp=>common/checksum/ipv6.c \ 121 123 ${PATH_ROOT}/src/VBox/Runtime/common/table/avlpv.cpp=>common/table/avlpv.c \ 122 124 ${PATH_ROOT}/src/VBox/Runtime/common/table/avl_Base.cpp.h=>common/table/avl_Base.cpp.h \
Note:
See TracChangeset
for help on using the changeset viewer.