]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - usr.sbin/ctm/ctm_smail/Makefile
MFC r264400,r265836:
[FreeBSD/stable/10.git] / usr.sbin / ctm / ctm_smail / Makefile
1 # $FreeBSD$
2
3 .PATH: ${.CURDIR}/../ctm_rmail
4
5 PROG=   ctm_smail
6 MAN=
7 SRCS=   ctm_smail.c error.c
8
9 CFLAGS+= -I${.CURDIR}/../ctm_rmail
10
11 WARNS?= 2
12
13 .include <bsd.prog.mk>