diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2001-06-03 17:51:30 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2001-06-03 17:51:30 +0000 |
commit | 8a9270e974a707b6350bb4eae35a02e816007951 (patch) | |
tree | 975a83da90e32fcdf2d9146ec5ec040d1d0302d5 /bin/md5/Makefile | |
parent | 8ba6a6b2a3bb8786475b59b7bb60545839198c7e (diff) |
sync man page with new usage restrictions
Diffstat (limited to 'bin/md5/Makefile')
-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 0c8a5ebdc48..2257f5bcb6e 100644 --- a/bin/md5/Makefile +++ b/bin/md5/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.5 1997/07/17 05:45:01 millert Exp $ +# $OpenBSD: Makefile,v 1.6 2001/06/03 17:51:29 millert Exp $ PROG= md5 MAN= md5.1 sha1.1 rmd160.1 LINKS= ${BINDIR}/md5 ${BINDIR}/sha1 \ ${BINDIR}/md5 ${BINDIR}/rmd160 -COPTS+= -Wall -Wconversion -Wmissing-prototypes -Werror +COPTS+= -ansi -Wall -Wconversion -Wmissing-prototypes -Werror .include <bsd.prog.mk> |