14 lines
170 B
Makefile
14 lines
170 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../ctm_rmail
|
|
|
|
PROG= ctm_dequeue
|
|
NO_MAN=
|
|
SRCS= ctm_dequeue.c error.c
|
|
|
|
CFLAGS+= -I${.CURDIR}/../ctm_rmail
|
|
|
|
WARNS?= 1
|
|
|
|
.include <bsd.prog.mk>
|