2003-07-24 00:48:51 +04:00
|
|
|
# $NetBSD: Makefile,v 1.87 2003/07/23 20:48:51 itojun Exp $
|
1993-08-01 09:37:30 +04:00
|
|
|
# from: @(#)Makefile 5.25.1.1 (Berkeley) 5/7/91
|
1993-03-21 12:45:37 +03:00
|
|
|
|
2000-06-23 10:01:10 +04:00
|
|
|
.include <bsd.own.mk>
|
|
|
|
|
2003-04-23 00:35:17 +04:00
|
|
|
SUBDIR= csu libc .WAIT libarch libbsdmalloc libbz2 libcdk libcompat libcrypt \
|
2003-06-13 03:18:07 +04:00
|
|
|
libcurses libedit libevent libform libintl libkvm libl libm libmagic \
|
|
|
|
libmenu libossaudio libpcap libpci libpmc libposix libpthread \
|
|
|
|
libpthread_dbg libresolv librmt librpcsvc librt libterm libusbhid \
|
|
|
|
libutil libwrap liby libz
|
1996-03-10 08:45:38 +03:00
|
|
|
|
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-06-20 10:00:24 +04:00
|
|
|
# XXX Crypto bits must be done before libtelnet.
|
|
|
|
|
2000-06-23 10:01:10 +04:00
|
|
|
.if (${MKCRYPTO} != "no")
|
2003-07-23 09:27:38 +04:00
|
|
|
# OpenSSL libraries.
|
|
|
|
SUBDIR+= libcrypto libssl libdes
|
2000-06-16 20:18:46 +04:00
|
|
|
|
2000-09-30 04:23:28 +04:00
|
|
|
.if (${MKCRYPTO_IDEA} != "no")
|
|
|
|
SUBDIR+= libcrypto_idea
|
|
|
|
.endif # MKCRYPTO_IDEA != no
|
|
|
|
|
2002-09-26 17:29:44 +04:00
|
|
|
.if (${MKCRYPTO_MDC2} != "no")
|
|
|
|
SUBDIR+= libcrypto_mdc2
|
|
|
|
.endif # MKCRYPTO_MDC2 != no
|
|
|
|
|
2000-09-30 04:23:28 +04:00
|
|
|
.if (${MKCRYPTO_RC5} != "no")
|
|
|
|
SUBDIR+= libcrypto_rc5
|
|
|
|
.endif # MKCRYPTO_RC5 != no
|
|
|
|
|
2000-06-23 10:01:10 +04:00
|
|
|
.endif # MKCRYPTO != no
|
1993-03-21 12:45:37 +03:00
|
|
|
|
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 (${MKKERBEROS} != "no")
|
|
|
|
# Heimdal Kerberos 5 libraries
|
|
|
|
SUBDIR+= libroken libvers libcom_err libsl libss libasn1 libkrb5 libhdb \
|
2003-07-24 00:48:51 +04:00
|
|
|
libkadm5srv libkadm5clnt libgssapi libkafs
|
|
|
|
.endif # MKKERBEROS != no
|
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
|
|
|
|
2003-07-24 00:48:51 +04:00
|
|
|
.if (${MKKERBEROS4} != "no")
|
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
|
|
|
# KTH Kerberos 4 libraries
|
2003-07-24 00:48:51 +04:00
|
|
|
SUBDIR+= libkrb libkdb libkadm
|
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+= libkstream
|
2003-07-24 00:48:51 +04:00
|
|
|
.endif # MKKERBEROS4 != no
|
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
|
|
|
|
1999-07-13 02:04:09 +04:00
|
|
|
SUBDIR+= libtelnet
|
|
|
|
|
1999-07-02 00:15:26 +04:00
|
|
|
# IPv6/IPsec
|
|
|
|
SUBDIR+= libipsec
|
|
|
|
|
refine i18n stuffs.
- add libc/citrus directory.
this directory contains the common stuffs not only for locale
but also other facilities relating to i18n (e.g. iconv).
- To keep the binary compatibility for the ctype modules easily,
the interface between libc and the modules is simplified.
- For the future integrated extension, module pool is renamed
from "/usr/lib/runemodule" to "/usr/lib/i18n".
In the future, this directory will contain the modules for "iconv",
"collation", etc.
- some cosmetic changes.
- Bug fix for runetype.h; __attribute__((__packed__)) is placed at
the wrong position and it is invalid unintentionally.
But, the all members of the structures seem well-aligned. Thus,
this bug causes no problem, hopefully.
HEADS UP:
- /usr/lib/rumemodule is obsoleted. If you use the multibyte locales,
you need to install /usr/lib/i18n/* from sys/lib/i18n_module .
- The binary compatibility of /usr/share/locale/*/LC_CTYPE is probably kept.
Perhaps, the bug fix about __packed__ mentioned above breaks the
compatibility... Be careful especially on 64bit platforms.
2002-03-18 01:14:05 +03:00
|
|
|
# I18N modules
|
|
|
|
SUBDIR+= i18n_module
|
2001-01-25 12:16:38 +03:00
|
|
|
|
1993-03-21 12:45:37 +03:00
|
|
|
.include <bsd.subdir.mk>
|