diff options
author | Peter Wemm <peter@FreeBSD.org> | 2002-10-04 00:24:31 +0000 |
---|---|---|
committer | Peter Wemm <peter@FreeBSD.org> | 2002-10-04 00:24:31 +0000 |
commit | 6c3fc0c45098df2a4d2ef7a28ff15de4016fb992 (patch) | |
tree | b9b2b6a3aa8f4ee47999540440e553a6c14a8f48 | |
parent | da2893e7ed44f14da739eac2414b4a810c7327fd (diff) | |
download | src-6c3fc0c45098df2a4d2ef7a28ff15de4016fb992.tar.gz src-6c3fc0c45098df2a4d2ef7a28ff15de4016fb992.zip |
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.
Notes
Notes:
svn path=/head/; revision=104427
-rw-r--r-- | lib/libopie/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libopie/Makefile b/lib/libopie/Makefile index 37fd4e6af7b8..20e61b2edc53 100644 --- a/lib/libopie/Makefile +++ b/lib/libopie/Makefile @@ -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 logwtmp.c \ + readrec.c writerec.c open.c \ getutline.c pututline.c endutent.c setutent.c # from libmissing SRCS+= opieextra.c INCS= ${OPIE_DIST}/opie.h |