]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - usr.sbin/ctm/ctm_dequeue/Makefile
Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.
[FreeBSD/stable/10.git] / usr.sbin / ctm / ctm_dequeue / Makefile
1 # $FreeBSD$
2
3 .PATH: ${.CURDIR}/../ctm_rmail
4
5 PROG=   ctm_dequeue
6 NO_MAN=
7 SRCS=   ctm_dequeue.c error.c
8
9 CFLAGS+= -I${.CURDIR}/../ctm_rmail
10
11 WARNS?= 1
12
13 .include <bsd.prog.mk>