7 lines
144 B
Makefile
7 lines
144 B
Makefile
|
PROG= ctm_rmail
|
||
|
SRCS= ctm_rmail.c error.c
|
||
|
CFLAGS+= -Wall -g
|
||
|
MLINKS+= ctm_rmail.1 ctm_smail.1
|
||
|
|
||
|
.include <bsd.prog.mk>
|