summaryrefslogtreecommitdiff
path: root/bin/md5/Makefile
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>2005-05-24 21:57:48 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>2005-05-24 21:57:48 +0000
commitff35ed4345ee4d9aa8783a08e956209e78ceecea (patch)
treea0fadbd44db2c04a3fc6e842da93022bbc06d767 /bin/md5/Makefile
parente13ede6f2cdaed90d7178c571a7dfbc37ad5bf09 (diff)
-ansi means only expose ANSI interfaces which is not something we want...
Diffstat (limited to 'bin/md5/Makefile')
-rw-r--r--bin/md5/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/md5/Makefile b/bin/md5/Makefile
index 07704a8d3ca..455eca04731 100644
--- a/bin/md5/Makefile
+++ b/bin/md5/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.9 2004/05/04 14:50:45 millert Exp $
+# $OpenBSD: Makefile,v 1.10 2005/05/24 21:57:47 millert Exp $
PROG= md5
SRCS= crc.c md5.c
@@ -10,6 +10,6 @@ LINKS= ${BINDIR}/md5 ${BINDIR}/sha1 \
MLINKS= cksum.1 sum.1
CPPFLAGS+= -I${.CURDIR}
-COPTS+= -ansi -Wall -Wconversion -Wmissing-prototypes
+COPTS+= -Wall -Wconversion -Wmissing-prototypes
.include <bsd.prog.mk>