NetBSD/libexec/rmail/Makefile

11 lines
299 B
Makefile
Raw Normal View History

# $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
# 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>