diff options
author | Magnus Holmberg <mho@cvs.openbsd.org> | 2003-05-14 08:01:03 +0000 |
---|---|---|
committer | Magnus Holmberg <mho@cvs.openbsd.org> | 2003-05-14 08:01:03 +0000 |
commit | 3353d3e9d4077ece131ef800477047b987befcc0 (patch) | |
tree | e82b9fb0e0df87890d3a2c0209d6711dfe42f15e /Makefile | |
parent | b896f92c615ce0623ccfbe3149fe3609bfa80625 (diff) |
Remove krb4 support.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 17 |
1 files changed, 1 insertions, 16 deletions
@@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.90 2003/04/17 03:48:56 drahn Exp $ +# $OpenBSD: Makefile,v 1.91 2003/05/14 08:01:02 mho Exp $ # # For more information on building in tricky environments, please see @@ -39,10 +39,6 @@ SUBDIR+= gnu SUBDIR+= sys lkm -.if (${KERBEROS:L} == "yes") -SUBDIR+= kerberosIV -.endif - .if (${KERBEROS5:L} == "yes") SUBDIR+= kerberosV .endif @@ -80,10 +76,6 @@ build: NOMAN=1 exec ${SUDO} ${MAKE} install cd ${.CURDIR}/gnu/lib && ${MAKE} depend && ${MAKE} && \ NOMAN=1 exec ${SUDO} ${MAKE} install -.if (${KERBEROS:L} == "yes") - cd ${.CURDIR}/kerberosIV/lib && ${MAKE} depend && ${MAKE} && \ - NOMAN=1 exec ${SUDO} ${MAKE} install -.endif .if (${KERBEROS5:L} == "yes") cd ${.CURDIR}/kerberosV/lib && ${MAKE} depend && ${MAKE} && \ NOMAN=1 exec ${SUDO} ${MAKE} install @@ -326,13 +318,6 @@ cross-lib: ${CROSSGCC} ${CROSSENV} MAKEOBJDIR=obj.${MACHINE}.${TARGET} \ SKIPDIR="${NO_CROSS} libocurses/PSD.doc" \ ${MAKE} depend all install) -.if (${KERBEROS:L} == "yes") - MACHINE=${TARGET} MACHINE_ARCH=`cat ${CROSSDIR}/TARGET_ARCH`; \ - export MACHINE MACHINE_ARCH; \ - cd kerberosIV/lib; \ - ${CROSSENV} MAKEOBJDIR=obj.${MACHINE}.${TARGET} \ - ${MAKE} depend all install -.endif .if (${KERBEROS5:L} == "yes") MACHINE=${TARGET} MACHINE_ARCH=`cat ${CROSSDIR}/TARGET_ARCH`; \ export MACHINE MACHINE_ARCH; \ |