diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2000-05-15 04:20:54 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2000-05-15 04:20:54 +0000 |
commit | 6102159f98c6bf0f1b38f76422620bc6a0c95f6b (patch) | |
tree | ec00cd9dc6ef46cf471dfcb2833f5196fcdb4577 /lib/libopie/Makefile | |
parent | 942aeab7345ce70acd157bc3fa6c63d0bd138ce2 (diff) | |
download | src-6102159f98c6bf0f1b38f76422620bc6a0c95f6b.tar.gz src-6102159f98c6bf0f1b38f76422620bc6a0c95f6b.zip |
Add some extra functions adapted from OpenBSD, in preparation for
OpenSSH OPIE support.
Notes
Notes:
svn path=/head/; revision=60572
Diffstat (limited to 'lib/libopie/Makefile')
-rw-r--r-- | lib/libopie/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libopie/Makefile b/lib/libopie/Makefile index 16138783de67..c79415aa115f 100644 --- a/lib/libopie/Makefile +++ b/lib/libopie/Makefile @@ -18,6 +18,7 @@ SRCS= atob8.c btoa8.c btoh.c challenge.c getsequence.c hash.c hashlen.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 setutent.c # from libmissing +SRCS+= opieextra.c INCS= ${OPIE_DIST}/opie.h CFLAGS+=-I${.CURDIR} -I${OPIE_DIST} -I${DIST_DIR} \ |