aboutsummaryrefslogtreecommitdiff
path: root/bin/df/Makefile
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2001-05-20 04:12:30 +0000
committerKris Kennaway <kris@FreeBSD.org>2001-05-20 04:12:30 +0000
commita95a13bb8f0c527777e6b061f2c6e988961500a4 (patch)
tree9dedc8e3433d425b4a4778702fd38cf7b8679b11 /bin/df/Makefile
parenta3ea7e2448fc36d73db7785f5db7f232e3e53000 (diff)
downloadsrc-a95a13bb8f0c527777e6b061f2c6e988961500a4.tar.gz
src-a95a13bb8f0c527777e6b061f2c6e988961500a4.zip
BDECFLAGS cleanup (modulo long long issues). Add WARNS. Tested on alpha.
Reviewed by: the great man himself (except alpha cleanups)
Notes
Notes: svn path=/head/; revision=76873
Diffstat (limited to 'bin/df/Makefile')
-rw-r--r--bin/df/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/bin/df/Makefile b/bin/df/Makefile
index 77a05e847960..c05e02771aa8 100644
--- a/bin/df/Makefile
+++ b/bin/df/Makefile
@@ -11,4 +11,6 @@ CFLAGS+= -I${MOUNT}
DPADD= ${LIBM}
LDADD= -lm
+WARNS= 2
+
.include <bsd.prog.mk>