diff options
author | 2003-04-26 23:32:23 +0000 | |
---|---|---|
committer | 2003-04-26 23:32:23 +0000 | |
commit | 9afefb7f76bf10ee0838ada5e9e30bc3dbebe674 (patch) | |
tree | 69bd9ad536ae53e176b272ac9fb5aeb046427014 | |
parent | string cleaning; ok tdeval (diff) | |
download | wireguard-openbsd-9afefb7f76bf10ee0838ada5e9e30bc3dbebe674.tar.xz wireguard-openbsd-9afefb7f76bf10ee0838ada5e9e30bc3dbebe674.zip |
this -Werror stuff is ... let me be polite... fucking garbage
-rw-r--r-- | bin/md5/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/md5/Makefile b/bin/md5/Makefile index 2257f5bcb6e..15eae48f19e 100644 --- a/bin/md5/Makefile +++ b/bin/md5/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.6 2001/06/03 17:51:29 millert Exp $ +# $OpenBSD: Makefile,v 1.7 2003/04/26 23:32:23 deraadt Exp $ PROG= md5 MAN= md5.1 sha1.1 rmd160.1 LINKS= ${BINDIR}/md5 ${BINDIR}/sha1 \ ${BINDIR}/md5 ${BINDIR}/rmd160 -COPTS+= -ansi -Wall -Wconversion -Wmissing-prototypes -Werror +COPTS+= -ansi -Wall -Wconversion -Wmissing-prototypes .include <bsd.prog.mk> |