From: deraadt Date: Wed, 15 Apr 2015 02:10:25 +0000 (+0000) Subject: It feels like this Makefile should contain -Wall at least X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=278b61c29e06caf1b3c02f31156ecd22553146b6;p=openbsd It feels like this Makefile should contain -Wall at least --- diff --git a/usr.bin/su/Makefile b/usr.bin/su/Makefile index 9b9b1701700..645d1941004 100644 --- a/usr.bin/su/Makefile +++ b/usr.bin/su/Makefile @@ -1,7 +1,7 @@ -# $OpenBSD: Makefile,v 1.8 2001/05/29 21:40:35 millert Exp $ +# $OpenBSD: Makefile,v 1.9 2015/04/15 02:10:25 deraadt Exp $ PROG= su BINOWN= root BINMODE=4555 - +COPTS=-Wall .include