Merge from vendor branch LESS:
[dragonfly.git] / usr.sbin / sensorsd / Makefile
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
4 PROG=   sensorsd
5 MAN=    sensorsd.8 sensorsd.conf.5
6
7 CFLAGS+=        -Wall
8
9 .include <bsd.prog.mk>