9c33b55e7c
infrastructure and using that infrastructure in programs. * MKHESIOD, MKKERBEROS, MKSKEY, and MKYP control building of the infratsructure (libraries, support programs, etc.) * USE_HESIOD, USE_KERBEROS, USE_SKEY, and USE_YP control building of support for using the corresponding API in various libraries/programs that can use it. As discussed on tech-toolchain.
16 lines
240 B
Makefile
16 lines
240 B
Makefile
# $NetBSD: Makefile,v 1.10 2002/03/22 18:10:22 thorpej Exp $
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
SUBDIR+= csu libc libposix
|
|
|
|
.if (${MKSKEY} != "no")
|
|
SUBDIR+= libskey
|
|
.endif
|
|
|
|
.if ${MKCRYPTO} == "yes"
|
|
SUBDIR+= libcrypto
|
|
.endif
|
|
|
|
.include <bsd.subdir.mk>
|