2014-05-07 21:52:52 +00:00
|
|
|
LIBC_UTIL_DIR = $(LIBC_DIR)/lib/libutil
|
2012-05-24 13:26:59 +00:00
|
|
|
|
|
|
|
# needed by libinetutils
|
|
|
|
SRC_C = logout.c logwtmp.c trimdomain.c
|
|
|
|
|
|
|
|
INC_DIR += $(LIBC_UTIL_DIR)
|
|
|
|
|
|
|
|
include $(REP_DIR)/lib/mk/libc-common.inc
|
|
|
|
|
|
|
|
vpath %.c $(LIBC_UTIL_DIR)
|