]> CyberLeo.Net >> Repos - FreeBSD/releng/10.2.git/blob - usr.sbin/ctm/ctm_rmail/Makefile
- Copy stable/10@285827 to releng/10.2 in preparation for 10.2-RC1
[FreeBSD/releng/10.2.git] / usr.sbin / ctm / ctm_rmail / Makefile
1 # $FreeBSD$
2
3 PROG=   ctm_rmail
4 MLINKS= ctm_rmail.1 ctm_smail.1 \
5         ctm_rmail.1 ctm_dequeue.1
6 SRCS=   ctm_rmail.c error.c
7
8 WARNS?= 2
9
10 .include <bsd.prog.mk>