From 89e7b37fdc0142af283606772184759aa718f6e4 Mon Sep 17 00:00:00 2001 From: Magnus Holmberg Date: Mon, 14 Jul 2003 16:14:46 +0000 Subject: Enable build of unified libkrb5. ok deraadt, todd. Testing by hin, jakob, David Krause, ... --- lib/Makefile | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'lib/Makefile') diff --git a/lib/Makefile b/lib/Makefile index 95775100fe7..2f982165b1e 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -1,9 +1,15 @@ -# $OpenBSD: Makefile,v 1.49 2003/05/14 01:46:51 hin Exp $ +# $OpenBSD: Makefile,v 1.50 2003/07/14 16:14:42 mho Exp $ # $NetBSD: Makefile,v 1.20.4.1 1996/06/14 17:22:38 cgd Exp $ -SUBDIR= csu libarch libc libcom_err libcompat libcurses libcurses++ \ +SUBDIR= csu libarch libc libcompat libcurses libcurses++ \ libdes libedit libevent libform libkeynote libkvm libl libm libmenu \ libocurses libossaudio libpanel libpcap libpthread libresolv librpcsvc \ libskey libsectok libssl libusbhid libutil libwrap liby libz +.include + +.if (${KERBEROS5:L} == "yes") +SUBDIR+=libgssapi libkadm5srv libkadm5clnt libkrb5 +.endif + .include -- cgit v1.2.3