diff options
-rw-r--r-- | lib/libopie/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libopie/Makefile b/lib/libopie/Makefile index a65cb2c..dc31375 100644 --- a/lib/libopie/Makefile +++ b/lib/libopie/Makefile @@ -1,6 +1,6 @@ # Makefile for libopie # -# $Id: Makefile,v 1.2 1997/02/22 15:07:48 peter Exp $ +# $Id: Makefile,v 1.3 1997/03/08 19:42:41 pst Exp $ # OPIE_DIST?= ${.CURDIR}/../../contrib/opie DIST_DIR= ${OPIE_DIST}/${.CURDIR:T} @@ -15,7 +15,7 @@ SRCS= atob8.c btoa8.c btoh.c challenge.c getsequence.c hash.c hashlen.c \ keycrunch.c lock.c lookup.c newseed.c parsechallenge.c passcheck.c \ passwd.c randomchallenge.c readpass.c unlock.c verify.c version.c \ btoe.c accessfile.c generator.c insecure.c getutmpentry.c \ - readrec.c writerec.c login.c open.c \ + readrec.c writerec.c login.c open.c logwtmp.c \ getutline.c pututline.c endutent.c # from libmissing CFLAGS+=-I${.CURDIR} -I${OPIE_DIST} -I${DIST_DIR} \ |