freebsd-dev/usr.sbin/smbmsg/Makefile
Joerg Wunsch 325bf22bbd This is smbmsg(8), a small utility to send/receive SMBus messages.
Also included is a `bus-probe' modus of operation to help scanning
an I2C bus.
2004-05-17 10:56:05 +00:00

9 lines
76 B
Makefile

#
# $FreeBSD$
PROG= smbmsg
MAN8= smbmsg.8
WARNS= 6
.include <bsd.prog.mk>