From 4cb2233c254dfe754b4110b4ab3cec05f611208a Mon Sep 17 00:00:00 2001 From: Lauri Tirkkonen Date: Wed, 16 Jan 2019 21:29:01 +0200 Subject: [PATCH] comm: add -Wall --- bin/comm/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/comm/Makefile b/bin/comm/Makefile index d8d4486cfc..8003e97c2c 100644 --- a/bin/comm/Makefile +++ b/bin/comm/Makefile @@ -1,6 +1,7 @@ # $OpenBSD: Makefile,v 1.3 1997/09/21 11:48:47 deraadt Exp $ PROG= comm +COPTS= -Wall .include "compat.mk" .include -- 2.11.4.GIT