NetBSD/lib/Makefile
thorpej e7d6b96938 Merge a bunch of things from crypto-us and crypto-intl into basesrc,
adding support for Heimdal/KTH Kerberos where easy to do so.  Eliminate
bsd.crypto.mk.

There is still a bunch more work to do, but crypto is now more-or-less
fully merged into the base NetBSD distribution.
2000-06-20 06:00:24 +00:00

28 lines
778 B
Makefile

# $NetBSD: Makefile,v 1.61 2000/06/20 06:00:33 thorpej Exp $
# from: @(#)Makefile 5.25.1.1 (Berkeley) 5/7/91
SUBDIR= csu libarch libbz2 libc libcompat libcrypt libcurses libedit \
libkvm libl libm libmenu libossaudio libpcap libposix \
libresolv librmt librpcsvc libskey libterm libusb libutil libwrap \
liby libz
# XXX Crypto bits must be done before libtelnet.
# OpenSSL libraries. NOTE! WE DO NOT TRAVERSE INTO libdes FOR A REASON!
SUBDIR+= libcrypto libssl
# Heimdal Kerberos 5 libraries
SUBDIR+= libroken libcom_err libsl libss libasn1 libkrb5 libhdb libkadm5 \
libkadm5srv libkadm5clnt libgssapi
# KTH Kerberos 4 libraries
SUBDIR+= libkrb libkdb libkadm libkafs
SUBDIR+= libkstream
SUBDIR+= libtelnet
# IPv6/IPsec
SUBDIR+= libipsec
.include <bsd.subdir.mk>