a35d88931c
any fake value.
12 lines
158 B
Makefile
12 lines
158 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../ctm_rmail
|
|
|
|
PROG= ctm_dequeue
|
|
NOMAN=
|
|
SRCS= ctm_dequeue.c error.c
|
|
|
|
CFLAGS+= -I${.CURDIR}/../ctm_rmail
|
|
|
|
.include <bsd.prog.mk>
|