summaryrefslogtreecommitdiff
path: root/usr.bin/sendbug/Makefile
blob: bfa4e82f116c5354fe2a518c39b56b4f4a5a0eb0 (plain)
1
2
3
4
5
6
7
#	$OpenBSD: Makefile,v 1.1 2007/03/23 01:47:11 ray Exp $

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

.include <bsd.prog.mk>