summaryrefslogtreecommitdiff
path: root/libc/inet/Makefile
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2001-05-11 16:19:37 +0000
committerEric Andersen <andersen@codepoet.org>2001-05-11 16:19:37 +0000
commit8942115905989a3a4f51a2ae9c642021c511df00 (patch)
tree456724667f95cba5e33455f4e3420a8d63c3ac95 /libc/inet/Makefile
parent7094f622f10acf2487b30fd863740f832fadffe7 (diff)
Fix 'make clean' so it clean the rpc dir
Diffstat (limited to 'libc/inet/Makefile')
-rw-r--r--libc/inet/Makefile2
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