mirror of
https://git.rtems.org/rtems-libbsd/
synced 2025-10-19 23:54:59 +08:00
Update to FreeBSD head 2016-08-23
Git mirror commit 9fe7c416e6abb28b1398fd3e5687099846800cfd.
This commit is contained in:
@@ -173,8 +173,8 @@ def commonNoWarnings():
|
||||
def includes():
|
||||
return ['-Irtemsbsd/include',
|
||||
'-Ifreebsd/sys',
|
||||
'-Ifreebsd/sys/contrib/altq',
|
||||
'-Ifreebsd/sys/contrib/pf',
|
||||
'-Ifreebsd/sys/net',
|
||||
'-Ifreebsd/include',
|
||||
'-Ifreebsd/lib/libc/include',
|
||||
'-Ifreebsd/lib/libc/isc/include',
|
||||
@@ -184,6 +184,7 @@ def includes():
|
||||
'-Ifreebsd/lib/libmemstat',
|
||||
'-Ifreebsd/lib/libipsec',
|
||||
'-Ifreebsd/contrib/libpcap',
|
||||
'-Ifreebsd/contrib/libxo',
|
||||
'-Irtemsbsd/sys',
|
||||
'-ImDNSResponder/mDNSCore',
|
||||
'-ImDNSResponder/mDNSShared',
|
||||
@@ -205,7 +206,6 @@ def headerPaths():
|
||||
return [('rtemsbsd/include', '*.h', ''),
|
||||
('rtemsbsd/mghttpd', 'mongoose.h', 'mghttpd'),
|
||||
('freebsd/include', '*.h', ''),
|
||||
('freebsd/sys/contrib/altq/altq', '*.h', 'altq'),
|
||||
('freebsd/sys/bsm', '*.h', 'bsm'),
|
||||
('freebsd/sys/cam', '*.h', 'cam'),
|
||||
('freebsd/sys/net', '*.h', 'net'),
|
||||
|
Reference in New Issue
Block a user