2007-08-21 23:52:36 +04:00
|
|
|
# $NetBSD: Makefile,v 1.20 2007/08/21 19:52:36 drochner Exp $
|
1993-05-28 01:53:15 +04:00
|
|
|
|
2000-10-04 04:49:44 +04:00
|
|
|
.include <bsd.own.mk>
|
|
|
|
|
2007-08-21 23:52:36 +04:00
|
|
|
SUBDIR+= csu libc libevent libm libposix libpthread librt libutil
|
2006-11-12 02:37:18 +03:00
|
|
|
|
|
|
|
.if (${MACHINE_CPU} != "alpha" && \
|
|
|
|
${MACHINE_CPU} != "mips" && \
|
|
|
|
${MACHINE_CPU} != "hppa")
|
2007-05-30 23:49:49 +04:00
|
|
|
#SUBDIR+= libssp
|
2006-11-12 02:37:18 +03:00
|
|
|
.endif
|
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
|
|
|
|
|
|
|
.if (${MKSKEY} != "no")
|
|
|
|
SUBDIR+= libskey
|
|
|
|
.endif
|
2000-10-04 04:49:44 +04:00
|
|
|
|
2003-07-18 20:18:28 +04:00
|
|
|
.if ${MKCRYPTO} != "no"
|
2003-08-04 08:20:25 +04:00
|
|
|
SUBDIR+= libcrypto libdes
|
2000-10-04 04:49:44 +04:00
|
|
|
.endif
|
1993-05-28 01:53:15 +04:00
|
|
|
|
|
|
|
.include <bsd.subdir.mk>
|