From fa146c53357ea20afd3661d8093ea1db44198d5f Mon Sep 17 00:00:00 2001 From: Archie Cobbs Date: Sun, 6 Dec 1998 22:58:23 +0000 Subject: Tweaks to allow compiling -Wall (mostly adding "const" to char rcsid[]). --- usr.bin/comm/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'usr.bin/comm/Makefile') diff --git a/usr.bin/comm/Makefile b/usr.bin/comm/Makefile index 694202339b32..d311527dfd3a 100644 --- a/usr.bin/comm/Makefile +++ b/usr.bin/comm/Makefile @@ -1,5 +1,6 @@ # @(#)Makefile 8.1 (Berkeley) 6/6/93 PROG= comm +CFLAGS+=-Wall .include -- cgit v1.2.3