diff options
Diffstat (limited to 'libc')
-rw-r--r-- | libc/inet/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/inet/Makefile b/libc/inet/Makefile index a22dc4cc7..fe5134558 100644 --- a/libc/inet/Makefile +++ b/libc/inet/Makefile @@ -29,7 +29,7 @@ ifeq ($(strip $(INCLUDE_RPC)),true) else DIRS= endif -ALL_SUBDIRS = $(shell find * -type d -prune -name [a-z]\*) +ALL_SUBDIRS = rpc MSRC=addr.c MOBJ=inet_aton.o inet_addr.o inet_ntoa.o |