diff options
author | pst <pst@FreeBSD.org> | 1997-02-07 03:53:12 +0000 |
---|---|---|
committer | pst <pst@FreeBSD.org> | 1997-02-07 03:53:12 +0000 |
commit | 1bf922859b3970f1c433936aee8b5c8a5173caec (patch) | |
tree | efb254ca2f0ee8573814dede865bad2da35ce58f /usr.bin/opieinfo | |
parent | 93295c3c253cb9c65b5fc885a53a1aa5f96c8b5c (diff) | |
download | FreeBSD-src-1bf922859b3970f1c433936aee8b5c8a5173caec.zip FreeBSD-src-1bf922859b3970f1c433936aee8b5c8a5173caec.tar.gz |
Build opiekey from the contrib_opie module.
Diffstat (limited to 'usr.bin/opieinfo')
-rw-r--r-- | usr.bin/opieinfo/Makefile | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/usr.bin/opieinfo/Makefile b/usr.bin/opieinfo/Makefile new file mode 100644 index 0000000..f859838 --- /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 <bsd.prog.mk> |