Browse Source

Enable build of unified libkrb5. ok deraadt, todd. Testing by hin, jakob, David Krause, ...

OPENBSD_3_4
mho 21 years ago
parent
commit
416353430e
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      src/include/Makefile

+ 2
- 2
src/include/Makefile View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.118 2003/06/02 08:45:58 markus Exp $
# $OpenBSD: Makefile,v 1.119 2003/07/14 16:14:43 mho Exp $
# $NetBSD: Makefile,v 1.59 1996/05/15 21:36:43 jtc Exp $
# @(#)Makefile 5.45.1.1 (Berkeley) 5/6/91
@ -61,7 +61,7 @@ NOOBJ= noobj
.include <bsd.own.mk>
SYS_INCLUDE?= copies
.if ${KERBEROS5:L} == "yes"
RDIRS+= ../kerberosV/lib
RDIRS+= ../lib/libkrb5 ../lib/libgssapi ../lib/libkadm5srv
.endif
prereq:


Loading…
Cancel
Save