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