diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -24,6 +24,10 @@ endif LIBS+=$(AIOLIBS) +ifdef CONFIG_SOLARIS +LIBS+=-lsocket -lnsl -lresolv +endif + all: $(TOOLS) $(DOCS) recurse-all SUBDIR_RULES=$(patsubst %,subdir-%, $(TARGET_DIRS)) |