Add the DragonFly cvs id and perform general cleanups on cvs/rcs/sccs ids. Most
[dragonfly.git] / usr.bin / cut / Makefile
1 #       From: @(#)Makefile      8.1 (Berkeley) 6/6/93
2 # $FreeBSD: src/usr.bin/cut/Makefile,v 1.2.6.1 2001/07/30 09:59:16 dd Exp $
3 # $DragonFly: src/usr.bin/cut/Makefile,v 1.2 2003/06/17 04:29:25 dillon Exp $
4
5 PROG=   cut
6 CFLAGS+=-Wall
7 WARNS?= 2
8
9 .include <bsd.prog.mk>