Add the DragonFly cvs id and perform general cleanups on cvs/rcs/sccs ids. Most
[dragonfly.git] / usr.bin / fmt / Makefile
1 #       @(#)Makefile    8.1 (Berkeley) 6/6/93
2 # $FreeBSD: src/usr.bin/fmt/Makefile,v 1.3.6.1 2001/10/02 11:34:12 ru Exp $
3 # $DragonFly: src/usr.bin/fmt/Makefile,v 1.2 2003/06/17 04:29:26 dillon Exp $
4
5 PROG=   fmt
6 SRCS=   fmt.c
7
8 WARNS?= 2
9
10 .include <bsd.prog.mk>