e7d6b96938
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.
28 lines
778 B
Makefile
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>
|