summaryrefslogtreecommitdiffstats
path: root/usr.bin
diff options
context:
space:
mode:
authorpst <pst@FreeBSD.org>1997-02-07 03:53:12 +0000
committerpst <pst@FreeBSD.org>1997-02-07 03:53:12 +0000
commit4f628dcc3a52ecf18fe733575f3bb9f7711581fe (patch)
treeb554aebc05d9205bc3a5e9b3c193fa1bd4bdb84c /usr.bin
parent74723c0068180d7f70abcf1379c1bb9efeab40fb (diff)
parent1bf922859b3970f1c433936aee8b5c8a5173caec (diff)
downloadFreeBSD-src-4f628dcc3a52ecf18fe733575f3bb9f7711581fe.zip
FreeBSD-src-4f628dcc3a52ecf18fe733575f3bb9f7711581fe.tar.gz
This commit was generated by cvs2svn to compensate for changes in r22377,
which included commits to RCS files with non-trunk default branches.
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/opieinfo/Makefile16
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>
OpenPOWER on IntegriCloud