[BACK]Return to Makefile CVS log [TXT][DIR] Up to [local] / src / usr.bin / sendbug

File: [local] / src / usr.bin / sendbug / Makefile (download)

Revision 1.1.1.1 (vendor branch), Fri Mar 23 01:47:11 2007 UTC (17 years, 2 months ago) by ray
Branch: RAY_20070322
CVS Tags: SENDBUG_4_2
Changes since 1.1: +0 -0 lines

Import public domain rewrite of sendbug, written by Ray Lai. =)
Replaces GNU sendbug/sendpr, the wonderful shell script that had
trouble dealing with signals, behaved differently depending on what
file it read upon startup, and suffered from issues plaguing most
large shell scripts.

OK deraadt@.

#	$OpenBSD: Makefile,v 1.1.1.1 2007/03/23 01:47:11 ray Exp $

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

.include <bsd.prog.mk>