cut: add -Wall
[unleashed.git] / bin / uniq / Makefile
blob677805ccc7e1a96bad5a679327e0a6960f6539e9
1 # $OpenBSD: Makefile,v 1.4 2006/04/07 05:10:02 ray Exp $
3 PROG= uniq
5 COPTS+= -Wall -W
7 .include "compat.mk"
8 .include <bsd.prog.mk>