freebsd-nq/usr.sbin/sendmail/rmail/Makefile
Peter Wemm ac01991ab7 Integrate our changes from bin/rmail. Mainly it causes immediate
delivery rather than queueing it and forgetting it.

(and some -Wall fixes where gcc is too dumb to see it's a "cant happen")
1996-10-29 11:32:22 +00:00

14 lines
218 B
Makefile

# @(#)Makefile 8.1 (Berkeley) 5/31/93
# $Id$
PROG= rmail
MAN8= rmail.8
# If you want to have your rmail queuing the mail only, uncomment the
# following:
# CFLAGS+= -DQUEUE_ONLY
BINDIR= /bin
.include <bsd.prog.mk>