From b550818d8dc5d428eb2f1cbddb62eb96058656ad Mon Sep 17 00:00:00 2001 From: Peter Wemm Date: Sun, 11 Oct 1998 04:45:50 +0000 Subject: libopie also depends on libmd. Programs using libopie shouldn't have to know about libopie's internals in order to use it. --- lib/libopie/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/lib/libopie/Makefile b/lib/libopie/Makefile index f51d1439ee25..6fde25477b37 100644 --- a/lib/libopie/Makefile +++ b/lib/libopie/Makefile @@ -1,6 +1,6 @@ # Makefile for libopie # -# $Id: Makefile,v 1.6 1997/09/29 11:38:36 ache Exp $ +# $Id: Makefile,v 1.7 1997/09/29 21:40:17 ache Exp $ # OPIE_DIST?= ${.CURDIR}/../../contrib/opie DIST_DIR= ${OPIE_DIST}/${.CURDIR:T} @@ -22,6 +22,9 @@ SRCS= atob8.c btoa8.c btoh.c challenge.c getsequence.c hash.c hashlen.c \ CFLAGS+=-I${.CURDIR} -I${OPIE_DIST} -I${DIST_DIR} \ -DKEY_FILE=${KEYFILE} +LDADD+= -lmd +DPADD+= ${LIBMD} + MAN4= ${OPIE_DIST}/opie.4 MAN5= ${OPIE_DIST}/opiekeys.5 ${OPIE_DIST}/opieaccess.5 -- cgit v1.2.3