xref: /dragonfly/usr.bin/uniq/Makefile (revision 6bd457ed)
1#	@(#)Makefile	8.1 (Berkeley) 6/6/93
2# $DragonFly: src/usr.bin/uniq/Makefile,v 1.2 2005/01/12 01:36:50 cpressey Exp $
3
4PROG=	uniq
5WARNS?=	6
6
7.include <bsd.prog.mk>
8