This website requires JavaScript.
Explore
Help
Sign In
d
/
freebsd-dev
Watch
1
Star
0
Fork
0
You've already forked freebsd-dev
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
91d8ba8789
freebsd-dev
/
usr.sbin
/
devinfo
/
Makefile
9 lines
96 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-21 00:13:25 +00:00
# $FreeBSD$
PROG
=
devinfo
Fixed missing DPADD. Don't clobber CFLAGS by assigning to it using "=". Fixed some style bugs.
2001-05-12 14:34:46 +00:00
DPADD
=
${
LIBDEVINFO
}
Simple tool to print the device tree and resource usage by devices. Also serves as an example of libdevinfo usage.
2001-04-21 00:13:25 +00:00
LDADD
=
-ldevinfo
Fixed missing DPADD. Don't clobber CFLAGS by assigning to it using "=". Fixed some style bugs.
2001-05-12 14:34:46 +00:00
NOMAN
=
Simple tool to print the device tree and resource usage by devices. Also serves as an example of libdevinfo usage.
2001-04-21 00:13:25 +00:00
.
i
n
c
l
u
d
e
<
b
s
d
.
p
r
o
g
.
m
k
>
Reference in New Issue
Copy Permalink