diff options
| author | thorpej <thorpej@NetBSD.org> | 2000-06-16 22:46:43 +0000 |
|---|---|---|
| committer | thorpej <thorpej@NetBSD.org> | 2000-06-16 22:46:43 +0000 |
| commit | e041ca2c2e5a50a1e40be4945d9101fe37e984f6 (patch) | |
| tree | 6b8e45fac043ed0c6a0e56ad9c359b856ee66f6b /lib/libgssapi | |
| parent | 84f54d4e8003b231fd356be7192a372ad6b3c625 (diff) | |
Fixup Heimdal library builds.
Diffstat (limited to 'lib/libgssapi')
| -rw-r--r-- | lib/libgssapi/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libgssapi/Makefile b/lib/libgssapi/Makefile index 9be0e7683cc..a9c8c460779 100644 --- a/lib/libgssapi/Makefile +++ b/lib/libgssapi/Makefile @@ -1,5 +1,5 @@ -# $NetBSD: Makefile,v 1.1.1.1 2000/06/16 19:27:31 thorpej Exp $ -DIST= ${.CURDIR}/../../dist +# $NetBSD: Makefile,v 1.2 2000/06/16 22:46:47 thorpej Exp $ +DIST= ${.CURDIR}/../../crypto/dist .PATH: ${DIST}/heimdal/lib/gssapi WARNS?= 1 |
