2010-12-21 02:48:25 +03:00
|
|
|
# $NetBSD: Makefile,v 1.27 2010/12/20 23:48:25 pgoyette Exp $
|
1993-05-28 01:53:15 +04:00
|
|
|
|
2000-10-04 04:49:44 +04:00
|
|
|
.include <bsd.own.mk>
|
|
|
|
|
2010-12-21 02:48:25 +03:00
|
|
|
SUBDIR+= libc
|
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
|
|
|
|
1993-05-28 01:53:15 +04:00
|
|
|
.include <bsd.subdir.mk>
|