summaryrefslogtreecommitdiffstats
path: root/bin/mkdir/Makefile
diff options
context:
space:
mode:
authorssouhlal <ssouhlal@FreeBSD.org>2005-01-25 14:31:19 +0000
committerssouhlal <ssouhlal@FreeBSD.org>2005-01-25 14:31:19 +0000
commit5ad9327a22bfc1149b585310dccd764229f01506 (patch)
treedbcdb52f7299f5c61cf00535c502d0539f2eb7c3 /bin/mkdir/Makefile
parent5485abc1bb7d02d5ed3892e9de35693e36a59bed (diff)
downloadFreeBSD-src-5ad9327a22bfc1149b585310dccd764229f01506.zip
FreeBSD-src-5ad9327a22bfc1149b585310dccd764229f01506.tar.gz
- The first argument of getmode() is a void *
- Add WARNS?= 6 Approved by: stefanf, grehan (mentor) Obtained from: DragonFlyBSD
Diffstat (limited to 'bin/mkdir/Makefile')
-rw-r--r--bin/mkdir/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/mkdir/Makefile b/bin/mkdir/Makefile
index fadc6b2..4df383b 100644
--- a/bin/mkdir/Makefile
+++ b/bin/mkdir/Makefile
@@ -2,5 +2,6 @@
# $FreeBSD$
PROG= mkdir
+WARNS?= 6
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud