summaryrefslogtreecommitdiff
path: root/usr.sbin/ctm/ctm_rmail/Makefile
blob: 1b33309e1ec8248dd8991d933f6065ee40657704 (plain)
1
2
3
4
5
6
7
8
# $OpenBSD: Makefile,v 1.2 1999/07/13 23:02:05 deraadt Exp $

PROG=           ctm_rmail
SRCS=           ctm_rmail.c error.c
CFLAGS+=        -Wall
MLINKS+=	ctm_rmail.1 ctm_smail.1 ctm_dequeue.1

.include <bsd.prog.mk>