mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-25 11:37:56 +00:00
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>
|