libports: add libc's libc-rpc

This commit is contained in:
Josef Söntgen 2012-08-20 01:00:30 +02:00 committed by Norman Feske
parent 789ab39670
commit fba80f3fee
1 changed files with 11 additions and 0 deletions

View File

@ -0,0 +1,11 @@
LIBC_RPC_DIR = $(LIBC_DIR)/libc/rpc
#SRC_C = $(notdir $(wildcard $(LIBC_RPC_DIR)/*.c))
SRC_C = bindresvport.c
include $(REP_DIR)/lib/mk/libc-common.inc
INC_DIR += $(REP_DIR)/include/libc/sys
vpath %.c $(LIBC_RPC_DIR)