1997-10-08 13:07:11 +04:00
|
|
|
# $NetBSD: Makefile,v 1.10 1997/10/08 09:07:29 mrg Exp $
|
1995-03-21 10:08:15 +03:00
|
|
|
# @(#)Makefile 8.1 (Berkeley) 5/31/93
|
1993-03-21 12:45:37 +03:00
|
|
|
|
|
|
|
PROG= rmail
|
1994-12-22 12:23:05 +03:00
|
|
|
MAN= rmail.8
|
1997-03-13 05:51:29 +03:00
|
|
|
# we need the link because of all the braindead UUCPs in the world that
|
|
|
|
# assume that rmail is in /bin -- sigh...
|
|
|
|
SYMLINKS= /usr/libexec/rmail /bin/rmail
|
1993-03-21 12:45:37 +03:00
|
|
|
|
|
|
|
.include <bsd.prog.mk>
|