libopie also depends on libmd. Programs using libopie shouldn't have to

know about libopie's internals in order to use it.
This commit is contained in:
Peter Wemm 1998-10-11 04:45:50 +00:00
parent 78c6a7e037
commit b550818d8d
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=40202

View file

@ -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