From 53492fe5544a6b91ee2b3a057e12f449b8b3b1e2 Mon Sep 17 00:00:00 2001 From: pst Date: Fri, 7 Feb 1997 03:54:54 +0000 Subject: Build opiekey from contrip_opie sources. --- usr.bin/opiekey/Makefile | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 usr.bin/opiekey/Makefile (limited to 'usr.bin/opiekey') 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 -- cgit v1.1