summaryrefslogtreecommitdiff
path: root/usr.bin/opiepasswd
diff options
context:
space:
mode:
authorPaul Traina <pst@FreeBSD.org>1997-02-07 03:56:15 +0000
committerPaul Traina <pst@FreeBSD.org>1997-02-07 03:56:15 +0000
commitf076997839e16ca3a88ed8b1a4e4199d83adef05 (patch)
tree85f9325c3d534065188c00284ef13f0dcd399525 /usr.bin/opiepasswd
parent247fd82927a6ce9d0cdeec45477ccde465427565 (diff)
downloadsrc-test-f076997839e16ca3a88ed8b1a4e4199d83adef05.tar.gz
src-test-f076997839e16ca3a88ed8b1a4e4199d83adef05.zip
Build opiepasswd from contrib_opie module.
Notes
Notes: svn path=/cvs2svn/branches/PST/; revision=22381
Diffstat (limited to 'usr.bin/opiepasswd')
-rw-r--r--usr.bin/opiepasswd/Makefile16
1 files changed, 16 insertions, 0 deletions
diff --git a/usr.bin/opiepasswd/Makefile b/usr.bin/opiepasswd/Makefile
new file mode 100644
index 0000000000000..075aa60a90534
--- /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 <bsd.prog.mk>