freebsd-dev/usr.sbin/devinfo/Makefile
Mike Smith ce7894ee6d 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

9 lines
93 B
Makefile

# $FreeBSD$
PROG= devinfo
LDADD= -ldevinfo
CFLAGS= -Wall
NOMAN= yes
.include <bsd.prog.mk>