summaryrefslogtreecommitdiff
path: root/bin/md5/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'bin/md5/Makefile')
-rw-r--r--bin/md5/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/bin/md5/Makefile b/bin/md5/Makefile
index 62fccb4c23e..46e59bf216c 100644
--- a/bin/md5/Makefile
+++ b/bin/md5/Makefile
@@ -1,7 +1,8 @@
-# $OpenBSD: Makefile,v 1.2 1996/11/12 23:33:01 niklas Exp $
+# $OpenBSD: Makefile,v 1.3 1996/11/24 02:26:00 niklas Exp $
PROG= md5
SRCS= md5.c
-COPTS+= -Wall
+COPTS+= -Wall -Wconversion -Wstrict-prototypes -Wmissing-prototypes -Werror \
+ -DPROTOTYPES
.include <bsd.prog.mk>