8 lines
151 B
Makefile
8 lines
151 B
Makefile
# from: @(#)Makefile 5.2 (Berkeley) 4/20/91
|
|
# $Id: Makefile,v 1.4 1993/08/01 05:46:57 mycroft Exp $
|
|
|
|
PROG= rmail
|
|
MAN8= rmail.0
|
|
|
|
.include <bsd.prog.mk>
|