Changeset 22875 in vbox for trunk/src/VBox/HostDrivers/Makefile.kmk
- Timestamp:
- Sep 9, 2009 7:21:32 PM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 52131
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Makefile.kmk
r18973 r22875 30 30 include $(PATH_SUB_CURRENT)/VBoxUSB/Makefile.kmk 31 31 endif 32 if1of ($(KBUILD_TARGET), darwin solaris win linux )32 if1of ($(KBUILD_TARGET), darwin solaris win linux freebsd) 33 33 ifdef VBOX_WITH_NETFLT 34 34 include $(PATH_SUB_CURRENT)/VBoxNetFlt/Makefile.kmk 35 35 endif 36 36 endif 37 if1of ($(KBUILD_TARGET), darwin solaris linux )37 if1of ($(KBUILD_TARGET), darwin solaris linux freebsd) 38 38 ifdef VBOX_WITH_NETADP 39 39 include $(PATH_SUB_CURRENT)/VBoxNetAdp/Makefile.kmk
Note:
See TracChangeset
for help on using the changeset viewer.