xref: /dragonfly/usr.bin/wc/Makefile (revision 5de36205)
1#	@(#)Makefile	8.1 (Berkeley) 6/6/93
2# $DragonFly: src/usr.bin/wc/Makefile,v 1.2 2005/01/11 20:03:11 liamfoy Exp $
3
4PROG=	wc
5WARNS?=	6
6
7.include <bsd.prog.mk>
8