Revision 7e00eb9b Makefile

b/Makefile
24 24

  
25 25
LIBS+=$(AIOLIBS)
26 26

  
27
ifdef CONFIG_SOLARIS
28
LIBS+=-lsocket -lnsl -lresolv
29
endif
30

  
27 31
all: $(TOOLS) $(DOCS) recurse-all 
28 32

  
29 33
SUBDIR_RULES=$(patsubst %,subdir-%, $(TARGET_DIRS))

Also available in: Unified diff