From 1bf922859b3970f1c433936aee8b5c8a5173caec Mon Sep 17 00:00:00 2001 From: pst Date: Fri, 7 Feb 1997 03:53:12 +0000 Subject: [PATCH] Build opiekey from the contrib_opie module. --- usr.bin/opieinfo/Makefile | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 usr.bin/opieinfo/Makefile diff --git a/usr.bin/opieinfo/Makefile b/usr.bin/opieinfo/Makefile new file mode 100644 index 000000000000..f859838bf03c --- /dev/null +++ b/usr.bin/opieinfo/Makefile @@ -0,0 +1,16 @@ +# $FreeBSD$ +# +OPIE_DIST?=../../contrib/opie + +PROG= opieinfo +SRCS= opieinfo.c +MAN1= opieinfo.1 + +CFLAGS+=-I${OPIE_DIST} + +DPADD= ${LIBOPIE} ${LIBMD} +LDADD= -lopie -lmd + +.PATH: ${OPIE_DIST} + +.include