freebsd-dev/usr.sbin/ctm/ctm_smail/Makefile
1995-07-12 18:35:45 +00:00

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>