]> CyberLeo.Net >> Repos - FreeBSD/releng/8.1.git/blob - usr.sbin/ctm/ctm_smail/Makefile
Copy stable/8 to releng/8.1 in preparation for 8.1-RC1.
[FreeBSD/releng/8.1.git] / usr.sbin / ctm / ctm_smail / Makefile
1 # $FreeBSD$
2
3 .PATH: ${.CURDIR}/../ctm_rmail
4
5 PROG=   ctm_smail
6 NO_MAN=
7 SRCS=   ctm_smail.c error.c
8
9 CFLAGS+= -I${.CURDIR}/../ctm_rmail
10
11 .include <bsd.prog.mk>