Deleted Added
full compact
Makefile (9495) Makefile (80022)
1# $FreeBSD: head/usr.sbin/ctm/ctm_smail/Makefile 80022 2001-07-20 04:23:13Z obrien $
2
1PROG= ctm_smail
2SRCS= ctm_smail.c error.c
3NOMAN= 1
3PROG= ctm_smail
4SRCS= ctm_smail.c error.c
5NOMAN= 1
4CFLAGS+= -Wall -I${.CURDIR}/../ctm_rmail
6CFLAGS+= -I${.CURDIR}/../ctm_rmail
5.PATH: ${.CURDIR}/../ctm_rmail
6
7.include <bsd.prog.mk>
7.PATH: ${.CURDIR}/../ctm_rmail
8
9.include <bsd.prog.mk>