summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormillert <millert@openbsd.org>2005-05-24 21:57:47 +0000
committermillert <millert@openbsd.org>2005-05-24 21:57:47 +0000
commit7d752d6c44d81e13ee8d8009a3322afa5fc1c3e0 (patch)
treec6f735adca9d9ad4b960b1ee0fe75c4df55d3655
parentdon't fail on mkdir(2) when errno is EEXIST in cvs_file_create(). (diff)
downloadwireguard-openbsd-7d752d6c44d81e13ee8d8009a3322afa5fc1c3e0.tar.xz
wireguard-openbsd-7d752d6c44d81e13ee8d8009a3322afa5fc1c3e0.zip
-ansi means only expose ANSI interfaces which is not something we want...
-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>