Add the DragonFly cvs id and perform general cleanups on cvs/rcs/sccs ids. Most
[dragonfly.git] / usr.bin / chat / Makefile
1 # $FreeBSD: src/usr.bin/chat/Makefile,v 1.7.2.1 2001/04/25 11:29:17 ru Exp $
2 # $DragonFly: src/usr.bin/chat/Makefile,v 1.2 2003/06/17 04:29:25 dillon Exp $
3
4 PROG=   chat
5 CFLAGS+=-Wall
6 MAN=    chat.8
7
8 #as per policies section in handbook
9 MAINTAINER=     peter@freebsd.org
10
11 .include <bsd.prog.mk>