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/error/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'usr.bin/error/Makefile') diff --git a/usr.bin/error/Makefile b/usr.bin/error/Makefile index 4ec0ba0473e53..3bd5adf89b6b7 100644 --- a/usr.bin/error/Makefile +++ b/usr.bin/error/Makefile @@ -1,6 +1,7 @@ # @(#)Makefile 8.1 (Berkeley) 6/6/93 PROG= error +CFLAGS+=-Wall SRCS= main.c input.c pi.c subr.c filter.c touch.c .include -- cgit v1.3