head	1.3;
access;
symbols;
locks; strict;
comment	@# @;


1.3
date	2002.01.13.10.47.45;	author sobomax;	state Exp;
branches;
next	1.2;

1.2
date	2001.10.18.07.45.40;	author sobomax;	state Exp;
branches;
next	1.1;

1.1
date	2001.10.16.14.53.16;	author sobomax;	state Exp;
branches;
next	;


desc
@Initial revision.
@


1.3
log
@- Ignore all mails not coming from owner-cvs-committers@@FreeBSD.org. Otherwise,
  after a recent addition of X-FreeBSD-CVS-Branch info notification message
  from the POV of filter notifications became indistinguishable from the
  original commit messages, so that it started creating an endless loop by
  putting notifications sent to sobomax@@FreeBSD.org again into the notification
  queue;

- add WARNS=2.
@
text
@# $FreeBSD$

PROG=		MFCns_filter

SRCS=		main.c
BINDIR=		${MFCNSBINDIR}

WARNS?=		2

MAN1=

BINOWN=		${MFCNSOWN}
BINGRP=		${MFCNSGRP}

.include <bsd.prog.mk>
@


1.2
log
@Add simple building infrastructure.
@
text
@d8 2
@


1.1
log
@Initial revision
@
text
@d6 1
a6 1
BINDIR=		/home/sobomax/bin
d10 2
a11 2
BINOWN=		sobomax
BINGRP=		sobomax
@

