You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
genode/repos/libports/lib/mk/libutil.mk

11 lines
206 B
Makefile

LIBC_UTIL_DIR = $(LIBC_DIR)/lib/libutil
# 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)