# $BSDSUniX$

.PATH: ${.CURDIR}/../ctm_rmail

PROG=	ctm_dequeue
NO_MAN=
SRCS=	ctm_dequeue.c error.c

CFLAGS+= -I${.CURDIR}/../ctm_rmail

WARNS?=	1

.include <bsd.prog.mk>