[BACK]Return to Makefile CVS log [TXT][DIR] Up to [local] / src / bin / md5

File: [local] / src / bin / md5 / Makefile (download)

Revision 1.7, Sat Apr 26 23:32:23 2003 UTC (21 years, 1 month ago) by deraadt
Branch: MAIN
CVS Tags: OPENBSD_3_5_BASE, OPENBSD_3_5, OPENBSD_3_4_BASE, OPENBSD_3_4
Changes since 1.6: +2 -2 lines

this -Werror stuff is ... let me be polite... fucking garbage

#	$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>