diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 1997-09-29 10:55:46 +0000 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 1997-09-29 10:55:46 +0000 |
commit | bcd05664cea490e797a3b0edee06693c2aa4973b (patch) | |
tree | 591b08aecf3ae5021e8856058b01d17e2e5b7576 | |
parent | 3f3386c2a8cbb3dfe809266b89353d1741510d87 (diff) | |
download | src-bcd05664cea490e797a3b0edee06693c2aa4973b.tar.gz src-bcd05664cea490e797a3b0edee06693c2aa4973b.zip |
Notes
-rw-r--r-- | lib/libopie/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/lib/libopie/Makefile b/lib/libopie/Makefile index dc313758709b..e386f69ada8a 100644 --- a/lib/libopie/Makefile +++ b/lib/libopie/Makefile @@ -1,12 +1,11 @@ # Makefile for libopie # -# $Id: Makefile,v 1.3 1997/03/08 19:42:41 pst Exp $ +# $Id: Makefile,v 1.4 1997/09/29 10:49:21 ache Exp $ # OPIE_DIST?= ${.CURDIR}/../../contrib/opie DIST_DIR= ${OPIE_DIST}/${.CURDIR:T} KEYFILE?= \"/etc/opiekeys\" -EXTFILE?= \"/etc/opiekeys.ext\" .PATH: ${DIST_DIR} ${OPIE_DIST}/libmissing @@ -19,7 +18,7 @@ SRCS= atob8.c btoa8.c btoh.c challenge.c getsequence.c hash.c hashlen.c \ getutline.c pututline.c endutent.c # from libmissing CFLAGS+=-I${.CURDIR} -I${OPIE_DIST} -I${DIST_DIR} \ - -DSTD_KEY_FILE=${KEYFILE} -DEXT_KEY_FILE=${EXTFILE} + -DKEY_FILE=${KEYFILE} MAN4= ${OPIE_DIST}/opie.4 MAN5= ${OPIE_DIST}/opiekeys.5 ${OPIE_DIST}/opieaccess.5 |