1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-21 11:13:30 +00:00
freebsd/usr.sbin/ctm/ctm_rmail/Makefile

11 lines
151 B
Makefile

# $FreeBSD$
PROG= ctm_rmail
MLINKS= ctm_rmail.1 ctm_smail.1 \
ctm_rmail.1 ctm_dequeue.1
SRCS= ctm_rmail.c error.c
WARNS?= 2
.include <bsd.prog.mk>