xref: /freebsd/bin/rmail/Makefile (revision 5ebc7e6281887681c3a348a5a4c902e262ccd656)
1#	@(#)Makefile	8.1 (Berkeley) 5/31/93
2#	$Id: Makefile,v 1.3 1994/09/24 02:57:03 davidg Exp $
3
4PROG=	rmail
5MAN8=	rmail.8
6
7# If you want to have your rmail queuing the mail only, uncomment the
8# following:
9# CFLAGS+= -DQUEUE_ONLY
10
11.include <bsd.prog.mk>
12