aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/ctm/ctm_dequeue/Makefile
blob: cbc7f0c5257badf8671e14a582a05452121cdb77 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
# $FreeBSD$

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

PROG=	ctm_dequeue
MAN=
SRCS=	ctm_dequeue.c error.c

CFLAGS+= -I${.CURDIR:H}/ctm_rmail

WARNS?=	1

.include <bsd.prog.mk>