cut: add -Wall
[unleashed.git] / bin / cut / Makefile
blobf2c4e54098392918fe98dec5530ea7daeeba8449
1 # $OpenBSD: Makefile,v 1.3 1997/09/21 11:48:51 deraadt Exp $
3 PROG= cut
4 COPTS= -Wall
6 .include "compat.mk"
7 .include <bsd.prog.mk>