From 278b61c29e06caf1b3c02f31156ecd22553146b6 Mon Sep 17 00:00:00 2001 From: deraadt Date: Wed, 15 Apr 2015 02:10:25 +0000 Subject: [PATCH] It feels like this Makefile should contain -Wall at least --- usr.bin/su/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.20.1