From 92f905833fb3998d1ba8b32fa8e925dd84cba87a Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Mon, 5 Feb 2001 20:09:10 +0000 Subject: Try enabling rpc support by default now. With a bit of luck it might even work... -Erik --- libc/inet/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libc/inet') diff --git a/libc/inet/Makefile b/libc/inet/Makefile index 56e783ceb..9971dff53 100644 --- a/libc/inet/Makefile +++ b/libc/inet/Makefile @@ -24,7 +24,7 @@ TOPDIR=../ include $(TOPDIR)Rules.mak LIBC=$(TOPDIR)libc.a -DIRS = #rpc +DIRS = rpc MSRC=addr.c MOBJ=inet_aton.o inet_addr.o inet_ntoa.o -- cgit v1.2.3