Add setutent.c
This commit is contained in:
parent
5be3e0a85f
commit
21cce1494d
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user