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

LIBEXEC_TARGETS :=

LIB_DEFS := UTMPS=utmps
UTMPS_DESCRIPTION := The utmps library, a secure utmp implementation

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