aboutsummaryrefslogtreecommitdiff
path: root/bin/Makefile.inc
diff options
context:
space:
mode:
authorBruce Evans <bde@FreeBSD.org>1998-12-07 12:44:12 +0000
committerBruce Evans <bde@FreeBSD.org>1998-12-07 12:44:12 +0000
commited334a37cd3da7b43d0dfc4785aec4b08daa90b7 (patch)
tree854bed6d499f9e798f9702fb7640a13a85dc4478 /bin/Makefile.inc
parentf58a6c7a68faee734e0780cc816643ab0493b9a8 (diff)
downloadsrc-ed334a37cd3da7b43d0dfc4785aec4b08daa90b7.tar.gz
src-ed334a37cd3da7b43d0dfc4785aec4b08daa90b7.zip
Notes
Diffstat (limited to 'bin/Makefile.inc')
-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)