From ad533632daf50a6376e72eaa80f03c1240b903f1 Mon Sep 17 00:00:00 2001 From: thorpej Date: Wed, 9 Aug 2000 02:16:20 +0000 Subject: [PATCH] Eliminate a no-longer-needed .PATH. --- lib/libkrb5/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/libkrb5/Makefile b/lib/libkrb5/Makefile index 098195c8f074..dac45ccedf81 100644 --- a/lib/libkrb5/Makefile +++ b/lib/libkrb5/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.5 2000/08/09 02:12:48 thorpej Exp $ +# $NetBSD: Makefile,v 1.6 2000/08/09 02:16:20 thorpej Exp $ DIST= ${.CURDIR}/../../crypto/dist .PATH: ${DIST}/heimdal/lib/krb5 -.PATH: ${DIST}/heimdal/lib/des .PATH: ${DIST}/heimdal/doc WARNS?= 1