Add the DragonFly cvs id and perform general cleanups on cvs/rcs/sccs ids. Most
[dragonfly.git] / usr.sbin / dpt / dpt_led / Makefile
1 # $FreeBSD: src/usr.sbin/dpt/dpt_led/Makefile,v 1.4.2.2 2001/07/21 01:31:40 obrien Exp $
2 # $DragonFly: src/usr.sbin/dpt/dpt_led/Makefile,v 1.2 2003/06/17 04:29:53 dillon Exp $
3
4 PROG=   dpt_led
5 MAN=    dpt_led.8
6
7 CFLAGS+=-Wall -I${.CURDIR}/../../../sys
8
9 .include <bsd.prog.mk>