3bdf775801
and finish the job. ncurses is now the only Makefile in the tree that uses it since it wasn't a simple mechanical change, and will be addressed in a future commit.
14 lines
163 B
Makefile
14 lines
163 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../ctm_rmail
|
|
|
|
PROG= ctm_smail
|
|
MAN=
|
|
SRCS= ctm_smail.c error.c
|
|
|
|
CFLAGS+= -I${.CURDIR}/../ctm_rmail
|
|
|
|
WARNS?= 2
|
|
|
|
.include <bsd.prog.mk>
|