diff options
Diffstat (limited to 'lib/Makefile')
-rw-r--r-- | lib/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/lib/Makefile b/lib/Makefile index d6063cb7e06..6db7351f085 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.66 2014/04/11 22:51:52 miod Exp $ +# $OpenBSD: Makefile,v 1.67 2014/04/22 10:21:56 reyk Exp $ # $NetBSD: Makefile,v 1.20.4.1 1996/06/14 17:22:38 cgd Exp $ SUBDIR= csu libarch libc libcrypto libcurses libedit libevent libexpat \ @@ -6,10 +6,4 @@ SUBDIR= csu libarch libc libcrypto libcurses libedit libevent libexpat \ libocurses libossaudio libpanel libpcap librthread librpcsvc \ libskey libsndio libsqlite3 libssl libusbhid libutil liby libz -.include <bsd.own.mk> - -.if (${KERBEROS5:L} == "yes") -SUBDIR+=../kerberosV/lib -.endif - .include <bsd.subdir.mk> |