浏览代码

Try enabling rpc support by default now. With a bit of luck it might
even work...
-Erik

Eric Andersen 25 年之前
父节点
当前提交
92f905833f
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      libc/inet/Makefile

+ 1 - 1
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