Add the DragonFly cvs id and perform general cleanups on cvs/rcs/sccs ids. Most
[dragonfly.git] / usr.sbin / ctm / ctm_rmail / Makefile
1 # $FreeBSD: src/usr.sbin/ctm/ctm_rmail/Makefile,v 1.4.6.1 2001/04/25 12:09:24 ru Exp $
2 # $DragonFly: src/usr.sbin/ctm/ctm_rmail/Attic/Makefile,v 1.2 2003/06/17 04:29:53 dillon Exp $
3
4 PROG=           ctm_rmail
5 SRCS=           ctm_rmail.c error.c
6 CFLAGS+=        -Wall
7 MLINKS+=        ctm_rmail.1 ctm_smail.1
8 MLINKS+=        ctm_rmail.1 ctm_dequeue.1
9
10 .include <bsd.prog.mk>