11 lines
300 B
Makefile
11 lines
300 B
Makefile
# $NetBSD: Makefile,v 1.8 1997/03/13 02:51:29 perry Exp $
|
|
# @(#)Makefile 8.1 (Berkeley) 5/31/93
|
|
|
|
PROG= rmail
|
|
MAN= rmail.8
|
|
# 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
|
|
|
|
.include <bsd.prog.mk>
|