aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/ctm/ctm_dequeue/Makefile
blob: ed53753e8a37fd1910285e506f1bec08c8cf9f15 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
# $FreeBSD: src/usr.sbin/ctm/ctm_dequeue/Makefile,v 1.3 2001/07/20 06:19:43 obrien Exp $

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

PROG=	ctm_dequeue
NOMAN=	#true
SRCS=	ctm_dequeue.c error.c

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

.include <bsd.prog.mk>