summaryrefslogtreecommitdiff
path: root/package/targets.mak
blob: 1d68e8305d168baca781bd4ab9ec56166629fad7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
BIN_TARGETS := \
utmps-utmpd \
utmps-wtmpd \
utmps-write

LIBEXEC_TARGETS :=

LIB_DEFS := UTMPS=utmps

ifneq ($(DO_LIBC_INCLUDES),)
EXTRA_INCLUDES := src/include/utmpx.h
endif