summaryrefslogtreecommitdiffstats
path: root/lib/libopie
diff options
context:
space:
mode:
authorpst <pst@FreeBSD.org>1997-02-07 03:51:56 +0000
committerpst <pst@FreeBSD.org>1997-02-07 03:51:56 +0000
commit74723c0068180d7f70abcf1379c1bb9efeab40fb (patch)
tree07c52889b9832eace80f06837af175a7edd48473 /lib/libopie
parentc771e7d1aab456dbf0b8d0e0e67d088336d7f736 (diff)
parent93295c3c253cb9c65b5fc885a53a1aa5f96c8b5c (diff)
downloadFreeBSD-src-74723c0068180d7f70abcf1379c1bb9efeab40fb.zip
FreeBSD-src-74723c0068180d7f70abcf1379c1bb9efeab40fb.tar.gz
This commit was generated by cvs2svn to compensate for changes in r22375,
which included commits to RCS files with non-trunk default branches.
Diffstat (limited to 'lib/libopie')
-rw-r--r--lib/libopie/Makefile27
1 files changed, 27 insertions, 0 deletions
diff --git a/lib/libopie/Makefile b/lib/libopie/Makefile
new file mode 100644
index 0000000..6a6c982
--- /dev/null
+++ b/lib/libopie/Makefile
@@ -0,0 +1,27 @@
+# Makefile for libopie
+#
+# $FreeBSD$
+#
+OPIE_DIST?= ${.CURDIR}/../../contrib/opie
+DIST_DIR= ${OPIE_DIST}/${.CURDIR:T}
+
+KEYFILE?= \"/etc/opiekeys\"
+EXTFILE?= \"/etc/opiekeys.ext\"
+
+.PATH: ${DIST_DIR} ${OPIE_DIST}/libmissing
+
+LIB= opie
+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 \
+ getutline.c pututline.c endutent.c # from libmissing
+
+CFLAGS+=-I${.CURDIR} -I${OPIE_DIST} -I${DIST_DIR} \
+ -DSTD_KEY_FILE=${KEYFILE} -DEXT_KEY_FILE=${EXTFILE}
+
+MAN4= ${OPIE_DIST}/opie.4
+MAN5= ${OPIE_DIST}/opiekeys.5 ${OPIE_DIST}/opieaccess.5
+
+.include <bsd.lib.mk>
OpenPOWER on IntegriCloud