aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--bin/Makefile.inc3
1 files changed, 2 insertions, 1 deletions
diff --git a/bin/Makefile.inc b/bin/Makefile.inc
index 4fdaae4b576b..0c085ca286aa 100644
--- a/bin/Makefile.inc
+++ b/bin/Makefile.inc
@@ -1,7 +1,8 @@
# @(#)Makefile.inc 8.1 (Berkeley) 5/31/93
-# $Id$
+# $Id: Makefile.inc,v 1.9 1997/02/22 14:01:23 peter Exp $
BINDIR?= /bin
+CFLAGS+= -Wall -Wformat
NOSHARED?= YES
.if exists (${.CURDIR}/../../secure)