aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/ctm/ctm_dequeue/Makefile
blob: 543e77e3e963cb03afa490850d37837a52e6327d (plain) (blame)
1
2
3
4
5
6
7
8
PROG=           ctm_dequeue
SRCS=           ctm_dequeue.c error.c
NOMAN=          yes
CFLAGS+=	-Wall -I${.CURDIR}/../ctm_rmail

.PATH: ${.CURDIR}/../ctm_rmail

.include <bsd.prog.mk>