summaryrefslogtreecommitdiff
path: root/usr.bin/sendbug/Makefile
blob: 77e2278ff14dbe0d584d94dca3093265103d167d (plain)
1
2
3
4
5
6
7
#	$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>