Procházet zdrojové kódy

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

Eric Andersen před 25 roky
rodič
revize
92f905833f
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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