8 lines
176 B
Makefile
8 lines
176 B
Makefile
PROG= ctm_smail
|
|
SRCS= ctm_smail.c error.c
|
|
NOMAN= 1
|
|
CFLAGS+= -Wall -I${.CURDIR}/../ctm_rmail
|
|
.PATH: ${.CURDIR}/../ctm_rmail
|
|
|
|
.include <bsd.prog.mk>
|