]> CyberLeo.Net >> Repos - FreeBSD/releng/9.2.git/blob - usr.sbin/ctm/ctm_rmail/Makefile
- Copy stable/9 to releng/9.2 as part of the 9.2-RELEASE cycle.
[FreeBSD/releng/9.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>