xref: /dragonfly/usr.sbin/sensorsd/Makefile (revision 6b5c5d0d)
1# $OpenBSD: Makefile,v 1.1 2003/09/24 20:32:49 henning Exp $
2# $DragonFly: src/usr.sbin/sensorsd/Makefile,v 1.1 2007/10/02 12:57:01 hasso Exp $
3
4PROG=	sensorsd
5MAN=	sensorsd.8 sensorsd.conf.5
6
7CFLAGS+=	-Wall
8
9.include <bsd.prog.mk>
10