1SubDir HAIKU_TOP src add-ons kernel network protocols unix ; 2 3UsePrivateKernelHeaders ; 4UsePrivateHeaders net ; 5UsePrivateHeaders shared ; 6 7KernelAddon unix : 8 unix.cpp 9 UnixAddress.cpp 10 UnixEndpoint.cpp 11 UnixFifo.cpp 12 13 Referenceable.cpp 14; 15 16SEARCH on [ FGristFiles Referenceable.cpp ] 17 = [ FDirName $(HAIKU_TOP) src kits support ] ; 18