netresolv: remove nonexistent directory from Jamfile.

This commit is contained in:
Augustin Cavalier 2015-06-29 11:18:55 -04:00
parent 08336907db
commit cd88c756f3

View File

@ -11,9 +11,6 @@ for architectureObject in [ MultiArchSubDirSetup ] {
UseHeaders [ FDirName $(HAIKU_TOP) headers compatibility bsd ] : true ;
SubDirSysHdrs $(SUBDIR) ;
# private sources for this port
SEARCH_SOURCE += [ FDirName $(SUBDIR) src ] ;
# NetResolv sources
SEARCH_SOURCE += [ FDirName $(SUBDIR) dst ] ;
SEARCH_SOURCE += [ FDirName $(SUBDIR) inet ] ;