1# $FreeBSD: stable/11/usr.sbin/ctm/ctm_dequeue/Makefile 319119 2017-05-29 10:15:41Z ngie $
2
3.PATH: ${.CURDIR:H}/ctm_rmail
4
5PROG=	ctm_dequeue
6MAN=
7SRCS=	ctm_dequeue.c error.c
8
9CFLAGS+= -I${.CURDIR:H}/ctm_rmail
10
11WARNS?=	1
12
13.include <bsd.prog.mk>
14