Split the notion of building Hesiod, Kerberos, S/key, and YP
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.
2002-03-22 21:10:19 +03:00
|
|
|
# $NetBSD: Makefile,v 1.10 2002/03/22 18:10:22 thorpej Exp $
|
1993-05-28 01:53:15 +04:00
|
|
|
|
2000-10-04 04:49:44 +04:00
|
|
|
.include <bsd.own.mk>
|
|
|
|
|
Split the notion of building Hesiod, Kerberos, S/key, and YP
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.
2002-03-22 21:10:19 +03:00
|
|
|
SUBDIR+= csu libc libposix
|
|
|
|
|
|
|
|
.if (${MKSKEY} != "no")
|
|
|
|
SUBDIR+= libskey
|
|
|
|
.endif
|
2000-10-04 04:49:44 +04:00
|
|
|
|
|
|
|
.if ${MKCRYPTO} == "yes"
|
|
|
|
SUBDIR+= libcrypto
|
|
|
|
.endif
|
1993-05-28 01:53:15 +04:00
|
|
|
|
|
|
|
.include <bsd.subdir.mk>
|