blob: bc1f9c02fbea4814899e61a475f85cc934965155 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
BIN_TARGETS := \
nsssd-unix \
nsssd-nslcd
LIBEXEC_TARGETS :=
TEST_BINS := \
test-switch \
test-unix \
test-all-fallback
LIB_DEFS := NSSS=nsss NSSSD=nsssd
ifneq ($(DO_LIBC_INCLUDES),)
EXTRA_INCLUDES := src/include/pwd.h src/include/grp.h src/include/shadow.h
endif
|