From 5fb9db85bb11e9604bfb2d17426aa0cba5d86429 Mon Sep 17 00:00:00 2001 From: "Andrey A. Chernov" Date: Mon, 29 Sep 1997 11:38:36 +0000 Subject: Add setutent.c --- lib/libopie/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/libopie/Makefile b/lib/libopie/Makefile index e386f69ada8a..7e13869e48a2 100644 --- a/lib/libopie/Makefile +++ b/lib/libopie/Makefile @@ -1,6 +1,6 @@ # Makefile for libopie # -# $Id: Makefile,v 1.4 1997/09/29 10:49:21 ache Exp $ +# $Id: Makefile,v 1.5 1997/09/29 10:55:46 ache 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 \ 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 logwtmp.c \ - getutline.c pututline.c endutent.c # from libmissing + getutline.c pututline.c endutent.c setutent.c # from libmissing CFLAGS+=-I${.CURDIR} -I${OPIE_DIST} -I${DIST_DIR} \ -DKEY_FILE=${KEYFILE} -- cgit v1.2.3