summaryrefslogtreecommitdiffstats
path: root/usr.sbin/lmcconfig/Makefile
diff options
context:
space:
mode:
authorscottl <scottl@FreeBSD.org>2005-10-03 07:09:41 +0000
committerscottl <scottl@FreeBSD.org>2005-10-03 07:09:41 +0000
commit6026f74dcd180b8c501980ab3251934e5709a291 (patch)
tree1ee438b1f6d8eebaa45e9ee0ee94eb80c5d28132 /usr.sbin/lmcconfig/Makefile
parentd39a762fb7f3b6ea3df528e0ffc3259123d225cc (diff)
downloadFreeBSD-src-6026f74dcd180b8c501980ab3251934e5709a291.zip
FreeBSD-src-6026f74dcd180b8c501980ab3251934e5709a291.tar.gz
Add the lmcconfig tool for controlling the lmc driver. Add man pages and
glue. Submitted by: David Boggs
Diffstat (limited to 'usr.sbin/lmcconfig/Makefile')
-rw-r--r--usr.sbin/lmcconfig/Makefile9
1 files changed, 9 insertions, 0 deletions
diff --git a/usr.sbin/lmcconfig/Makefile b/usr.sbin/lmcconfig/Makefile
new file mode 100644
index 0000000..df8b773
--- /dev/null
+++ b/usr.sbin/lmcconfig/Makefile
@@ -0,0 +1,9 @@
+# $FreeBSD$
+
+MAN8= lmcconfig.8
+PROG= lmcconfig
+
+LDADD= -lnetgraph
+DPADD= ${LIBNETGRAPH}
+
+.include <bsd.prog.mk>
OpenPOWER on IntegriCloud