OpenBSD-4.6/usr.bin/sendbug/Makefile

#	$OpenBSD: Makefile,v 1.2 2007/04/06 20:29:18 ray Exp $

PROG=sendbug
SRCS=atomicio.c sendbug.c
COPTS+=-Wall -W -Wshadow

.include <bsd.prog.mk>