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/libcom_err | |
| parent | 84f54d4e8003b231fd356be7192a372ad6b3c625 (diff) | |
Fixup Heimdal library builds.
Diffstat (limited to 'lib/libcom_err')
| -rw-r--r-- | lib/libcom_err/Makefile | 4 | ||||
| -rw-r--r-- | lib/libcom_err/compile_et/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/lib/libcom_err/Makefile b/lib/libcom_err/Makefile index f4c1dd4024b..27a92535b44 100644 --- a/lib/libcom_err/Makefile +++ b/lib/libcom_err/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:44 thorpej Exp $ +DIST= ${.CURDIR}/../../crypto/dist .PATH: ${DIST}/heimdal/lib/com_err WARNS?= 1 diff --git a/lib/libcom_err/compile_et/Makefile b/lib/libcom_err/compile_et/Makefile index 124d8dd33b8..12b2bb42935 100644 --- a/lib/libcom_err/compile_et/Makefile +++ b/lib/libcom_err/compile_et/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:44 thorpej Exp $ +DIST= ${.CURDIR}/../../../crypto/dist .PATH: ${DIST}/heimdal/lib/com_err ${DIST}/heimdal/lib/roken HOSTPROG= compile_et |
