blob: f118add1467605e39ac9c6645496a61c2b833a3f (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
# @(#)Makefile 8.1 (Berkeley) 5/31/93
# $Id: Makefile,v 1.4 1995/03/05 08:27:14 joerg Exp $
PROG= rmail
MAN8= rmail.8
# If you want to have your rmail queuing the mail only, uncomment the
# following:
# CFLAGS+= -DQUEUE_ONLY
.include <bsd.prog.mk>
|