Add setutent.c

This commit is contained in:
Andrey A. Chernov 1997-09-29 11:38:36 +00:00
parent 6305a1fdec
commit 5fb9db85bb
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=29978

View file

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