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