summaryrefslogtreecommitdiffstats
path: root/sbin/md5/Makefile
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2001-05-22 10:33:43 +0000
committerru <ru@FreeBSD.org>2001-05-22 10:33:43 +0000
commit510c2815e80f70ff89d94661ce6e15efa6ee7481 (patch)
tree894fa2758dbdffbc3e26397e2aaf4802e76a443e /sbin/md5/Makefile
parent39c66e3d7ae769a464ee651f049478a7a62a84c3 (diff)
downloadFreeBSD-src-510c2815e80f70ff89d94661ce6e15efa6ee7481.zip
FreeBSD-src-510c2815e80f70ff89d94661ce6e15efa6ee7481.tar.gz
Fix argument processing.
Make this compile with WARNS=2. PR: bin/27524 MFC after: 3 days
Diffstat (limited to 'sbin/md5/Makefile')
-rw-r--r--sbin/md5/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/sbin/md5/Makefile b/sbin/md5/Makefile
index 3522128..c2a1fd4 100644
--- a/sbin/md5/Makefile
+++ b/sbin/md5/Makefile
@@ -6,4 +6,6 @@ PROG= md5
LDADD+= -lmd
DPADD+= ${LIBMD}
+WARNS= 2
+
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud