Makefile revision 276486
1# $FreeBSD: stable/10/usr.sbin/ctm/ctm_dequeue/Makefile 276486 2014-12-31 23:25:37Z ngie $
2
3.PATH: ${.CURDIR}/../ctm_rmail
4
5PROG=	ctm_dequeue
6MAN=
7SRCS=	ctm_dequeue.c error.c
8
9CFLAGS+= -I${.CURDIR}/../ctm_rmail
10
11WARNS?=	1
12
13.include <bsd.prog.mk>
14