diff options
Diffstat (limited to 'usr.bin/error/Makefile')
-rw-r--r-- | usr.bin/error/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.bin/error/Makefile b/usr.bin/error/Makefile index 4ec0ba0..3bd5adf 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 <bsd.prog.mk> |