aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/error/Makefile
diff options
context:
space:
mode:
authorArchie Cobbs <archie@FreeBSD.org>1998-12-06 22:58:23 +0000
committerArchie Cobbs <archie@FreeBSD.org>1998-12-06 22:58:23 +0000
commitfa146c53357ea20afd3661d8093ea1db44198d5f (patch)
treea75604be1743b2dbb3ae09ab3f3275f9f1d33d75 /usr.bin/error/Makefile
parent872963ff956b81ce07e442531158371f50388eb4 (diff)
Notes
Diffstat (limited to 'usr.bin/error/Makefile')
-rw-r--r--usr.bin/error/Makefile1
1 files changed, 1 insertions, 0 deletions
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 <bsd.prog.mk>