blob: 15eae48f19e91a80e03abb101453f7e6e57dd0b2 (
plain)
1
2
3
4
5
6
7
8
9
|
# $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
.include <bsd.prog.mk>
|