# $FreeBSD$ .PATH: ${.CURDIR:H}/ctm_rmail PROG= ctm_dequeue MAN= SRCS= ctm_dequeue.c error.c CFLAGS+= -I${.CURDIR:H}/ctm_rmail WARNS?= 1 .include