mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-15 23:05:49 +01:00
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:
parent
78c6a7e037
commit
b550818d8d
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=40202
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user