freebsd-dev/lib/libdevinfo/Makefile
Mike Smith a2e6df2951 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.
2001-04-20 05:53:30 +00:00

10 lines
107 B
Makefile

# $FreeBSD$
LIB= devinfo
SRCS= devinfo.c
INCS= devinfo.h devinfo_var.h
NOMAN= yes
.include <bsd.lib.mk>