This website requires JavaScript.
Explore
Help
Register
Sign In
upstream
/
opnsense-src
Watch
1
Star
0
Fork
You've already forked opnsense-src
0
mirror of
https://github.com/opnsense/src.git
synced
2026-02-28 20:30:57 -05:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
d815e42419
opnsense-src
/
usr.sbin
/
devinfo
/
Makefile
9 lines
83 B
Makefile
Raw
Normal View
History
Unescape
Escape
Simple tool to print the device tree and resource usage by devices. Also serves as an example of libdevinfo usage.
2001-04-20 20:13:25 -04:00
# $FreeBSD$
PROG
=
devinfo
Add a man page for the devinfo command; I'd argue devinfo is the single most useful new command added to FreeBSD 5.0, but maybe that's just me :-). Submitted by: Hiten Pandya <hiten@uk.FreeBSD.org>
2002-05-12 10:23:15 -04:00
MAN
=
devinfo.8
Convert usr.sbin to LIBADD Reduce overlinking
2014-11-25 11:57:27 -05:00
LIBADD
=
devinfo
Simple tool to print the device tree and resource usage by devices. Also serves as an example of libdevinfo usage.
2001-04-20 20:13:25 -04:00
.
i
n
c
l
u
d
e
<
b
s
d
.
p
r
o
g
.
m
k
>
Reference in a new issue
Copy permalink