Makefile revision 50471
11556Srgrimes#	@(#)Makefile	8.1 (Berkeley) 5/31/93
250471Speter# $FreeBSD: head/bin/rmail/Makefile 50471 1999-08-27 23:15:48Z peter $
31556Srgrimes
438093Speter.PATH:	${.CURDIR}/../../contrib/sendmail/rmail
538093Speter
61556SrgrimesPROG=	rmail
71864SwollmanMAN8=	rmail.8
81556Srgrimes
96904Sjoerg# If you want to have your rmail queuing the mail only, uncomment the
106904Sjoerg# following:
116904Sjoerg# CFLAGS+= -DQUEUE_ONLY
126904Sjoerg
1338093Speter# Not much point this being static. It calls a shared sendmail...
1438093SpeterNOSHARED?= NO
1538093Speter
161556Srgrimes.include <bsd.prog.mk>
17