diff options
author | Eric Andersen <andersen@codepoet.org> | 2001-02-05 20:09:10 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2001-02-05 20:09:10 +0000 |
commit | 92f905833fb3998d1ba8b32fa8e925dd84cba87a (patch) | |
tree | 39b76d6c845a65c9138156e86ad5cd2ff375e1ce /libc/inet/Makefile | |
parent | 9156548dc760756882dc4dd2a3b1ba39e60980c0 (diff) |
Try enabling rpc support by default now. With a bit of luck it might
even work...
-Erik
Diffstat (limited to 'libc/inet/Makefile')
-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 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 |