Rev 3 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed
#
# The unistd sub-library
#
ifndef BASE
BASE=../..
endif
OSLIB=$(BASE)/oslib
include $(BASE)/config/config.mk
LIBRARY = c
OBJS_PATH = $(BASE)/libc/unistd
SRCS= fpathcon.c \
pathconf.c \
sysconf.c
OBJS= $(patsubst %.c,%.o,$(SRCS))
include $(BASE)/config/sublib.mk