summaryrefslogtreecommitdiffstats
path: root/bin/df/Makefile
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2001-05-20 04:12:30 +0000
committerkris <kris@FreeBSD.org>2001-05-20 04:12:30 +0000
commitc616c02d005a06f33151f41cd696244e6e7466fc (patch)
tree954a24e3d3ee09bf4de3cfeb17b2afcf8a9d7aac /bin/df/Makefile
parentf4381ef2b98beb255497a1fd4d1ac3ef488c406c (diff)
downloadFreeBSD-src-c616c02d005a06f33151f41cd696244e6e7466fc.zip
FreeBSD-src-c616c02d005a06f33151f41cd696244e6e7466fc.tar.gz
BDECFLAGS cleanup (modulo long long issues). Add WARNS. Tested on alpha.
Reviewed by: the great man himself (except alpha cleanups)
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 77a05e84..c05e027 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>
OpenPOWER on IntegriCloud