summaryrefslogtreecommitdiffstats
path: root/usr.bin/opiekey/Makefile
diff options
context:
space:
mode:
authorpst <pst@FreeBSD.org>1997-02-07 03:54:54 +0000
committerpst <pst@FreeBSD.org>1997-02-07 03:54:54 +0000
commit53492fe5544a6b91ee2b3a057e12f449b8b3b1e2 (patch)
treeb32d999d4eab216fcc94015642c9c1076af5391f /usr.bin/opiekey/Makefile
parent1bf922859b3970f1c433936aee8b5c8a5173caec (diff)
downloadFreeBSD-src-53492fe5544a6b91ee2b3a057e12f449b8b3b1e2.zip
FreeBSD-src-53492fe5544a6b91ee2b3a057e12f449b8b3b1e2.tar.gz
Build opiekey from contrip_opie sources.
Diffstat (limited to 'usr.bin/opiekey/Makefile')
-rw-r--r--usr.bin/opiekey/Makefile16
1 files changed, 16 insertions, 0 deletions
diff --git a/usr.bin/opiekey/Makefile b/usr.bin/opiekey/Makefile
new file mode 100644
index 0000000..0557341
--- /dev/null
+++ b/usr.bin/opiekey/Makefile
@@ -0,0 +1,16 @@
+# $FreeBSD$
+#
+OPIE_DIST?=../../contrib/opie
+
+PROG= opiekey
+SRCS= opiekey.c
+MAN1= opiekey.1
+
+CFLAGS+=-I${OPIE_DIST}
+
+DPADD= ${LIBOPIE} ${LIBMD}
+LDADD= -lopie -lmd
+
+.PATH: ${OPIE_DIST}
+
+.include <bsd.prog.mk>
OpenPOWER on IntegriCloud