summaryrefslogtreecommitdiffstats
path: root/Makefile.inc1
diff options
context:
space:
mode:
authormarkm <markm@FreeBSD.org>2001-02-14 19:48:51 +0000
committermarkm <markm@FreeBSD.org>2001-02-14 19:48:51 +0000
commitd74560913ea9c041145028541ad6db3da575f9dd (patch)
tree9c4700297223f503262bf0ea87f6126ac45bbad7 /Makefile.inc1
parent00b58122f2ca5a2b47dcf3f5e322a449fc99ffc9 (diff)
downloadFreeBSD-src-d74560913ea9c041145028541ad6db3da575f9dd.zip
FreeBSD-src-d74560913ea9c041145028541ad6db3da575f9dd.tar.gz
Fix make world.
Diffstat (limited to 'Makefile.inc1')
-rw-r--r--Makefile.inc13
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile.inc1 b/Makefile.inc1
index 8edc29b..a8487db 100644
--- a/Makefile.inc1
+++ b/Makefile.inc1
@@ -574,8 +574,7 @@ _libroken4= kerberosIV/lib/libroken
.if exists(${.CURDIR}/kerberos5) && exists(${.CURDIR}/crypto) && \
!defined(NOCRYPT) && defined(MAKE_KERBEROS5)
-_libkrb5= kerberos5/lib/libroken kerberos5/lib/libasn1 kerberos5/lib/libhdb \
- kerberos5/lib/libsl
+_libkrb5= kerberos5/lib/libasn1 kerberos5/lib/libhdb kerberos5/lib/libsl
.endif
build-tools:
OpenPOWER on IntegriCloud