xref: /freebsd/bin/rmail/Makefile (revision 7f3dea244c40159a41ab22da77a434d7c5b5e85a)
1#	@(#)Makefile	8.1 (Berkeley) 5/31/93
2# $FreeBSD$
3
4.PATH:	${.CURDIR}/../../contrib/sendmail/rmail
5
6PROG=	rmail
7MAN8=	rmail.8
8
9# If you want to have your rmail queuing the mail only, uncomment the
10# following:
11# CFLAGS+= -DQUEUE_ONLY
12
13# Not much point this being static. It calls a shared sendmail...
14NOSHARED?= NO
15
16.include <bsd.prog.mk>
17