Przeglądaj źródła

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

Eric Andersen 25 lat temu
rodzic
commit
92f905833f
1 zmienionych plików z 1 dodań i 1 usunięć
  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