summaryrefslogtreecommitdiff
path: root/bin/md5/Makefile
blob: 46e59bf216ce11d27042f563088c4ea40bc08224 (plain)
1
2
3
4
5
6
7
8
#	$OpenBSD: Makefile,v 1.3 1996/11/24 02:26:00 niklas Exp $

PROG=	md5
SRCS=   md5.c
COPTS+=	-Wall -Wconversion -Wstrict-prototypes -Wmissing-prototypes -Werror \
	-DPROTOTYPES

.include <bsd.prog.mk>