1995-12-02 17:30:23 +00:00
|
|
|
# @(#)Makefile 8.1 (Berkeley) 5/31/93
|
1997-02-22 16:15:28 +00:00
|
|
|
# $Id$
|
1995-12-02 17:30:23 +00:00
|
|
|
|
|
|
|
PROG= rmail
|
1996-10-29 11:32:22 +00:00
|
|
|
MAN8= rmail.8
|
|
|
|
|
|
|
|
# If you want to have your rmail queuing the mail only, uncomment the
|
|
|
|
# following:
|
|
|
|
# CFLAGS+= -DQUEUE_ONLY
|
|
|
|
|
|
|
|
BINDIR= /bin
|
1995-12-02 17:30:23 +00:00
|
|
|
|
|
|
|
.include <bsd.prog.mk>
|