freebsd-skq/usr.sbin/ctm/ctm_smail/Makefile
Poul-Henning Kamp e86e7d0e07 CTM email tools.
Reviewed by:	phk
Submitted by:	Stephen McKay <syssgm@devetir.qld.gov.au>
1995-01-31 19:12:53 +00:00

8 lines
186 B
Makefile

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