Drop login.c and logwtmp.c from the library build. None of the apps
that we build use it, and any that do should be using the official login()/logwtmp() in libutil.
This commit is contained in:
parent
da2893e7ed
commit
6c3fc0c450
@ -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 \
|
keycrunch.c lock.c lookup.c newseed.c parsechallenge.c passcheck.c \
|
||||||
passwd.c randomchallenge.c readpass.c unlock.c verify.c version.c \
|
passwd.c randomchallenge.c readpass.c unlock.c verify.c version.c \
|
||||||
btoe.c accessfile.c generator.c insecure.c getutmpentry.c \
|
btoe.c accessfile.c generator.c insecure.c getutmpentry.c \
|
||||||
readrec.c writerec.c login.c open.c logwtmp.c \
|
readrec.c writerec.c open.c \
|
||||||
getutline.c pututline.c endutent.c setutent.c # from libmissing
|
getutline.c pututline.c endutent.c setutent.c # from libmissing
|
||||||
SRCS+= opieextra.c
|
SRCS+= opieextra.c
|
||||||
INCS= ${OPIE_DIST}/opie.h
|
INCS= ${OPIE_DIST}/opie.h
|
||||||
|
Loading…
Reference in New Issue
Block a user