2003-08-04 08:20:25 +04:00
|
|
|
# $NetBSD: Makefile,v 1.16 2003/08/04 04:20:25 itojun Exp $
|
1993-05-28 01:53:15 +04:00
|
|
|
|
2000-10-04 04:49:44 +04:00
|
|
|
.include <bsd.own.mk>
|
|
|
|
|
2003-06-13 03:18:07 +04:00
|
|
|
SUBDIR+= csu libc libevent libposix libpthread librt libutil
|
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>
|