summaryrefslogtreecommitdiffstats
path: root/lib/libdevinfo/Makefile
diff options
context:
space:
mode:
authormsmith <msmith@FreeBSD.org>2001-04-20 05:53:30 +0000
committermsmith <msmith@FreeBSD.org>2001-04-20 05:53:30 +0000
commitbbdb020320423185fc5e25bb1d43c615f7b34f34 (patch)
treed4580163519d8beb225748ca1965c0caff47bd38 /lib/libdevinfo/Makefile
parent1f711c4d48abeaaf0a39ed76c93d4d95bcf1922c (diff)
downloadFreeBSD-src-bbdb020320423185fc5e25bb1d43c615f7b34f34.zip
FreeBSD-src-bbdb020320423185fc5e25bb1d43c615f7b34f34.tar.gz
This is the Device Information Library, libdevinfo.
The devinfo library provides access to the kernel's internal device hierarchy and to the I/O resource manager. The library uses a sysctl(9) interface to obtain a snapshot of the kernel's state which is then made available to the application.
Diffstat (limited to 'lib/libdevinfo/Makefile')
-rw-r--r--lib/libdevinfo/Makefile9
1 files changed, 9 insertions, 0 deletions
diff --git a/lib/libdevinfo/Makefile b/lib/libdevinfo/Makefile
new file mode 100644
index 0000000..1be5c91
--- /dev/null
+++ b/lib/libdevinfo/Makefile
@@ -0,0 +1,9 @@
+# $FreeBSD$
+
+LIB= devinfo
+SRCS= devinfo.c
+INCS= devinfo.h devinfo_var.h
+
+NOMAN= yes
+
+.include <bsd.lib.mk>
OpenPOWER on IntegriCloud