NetBSD/libexec/rmail/Makefile

12 lines
308 B
Makefile
Raw Normal View History

1997-10-07 15:08:51 +04:00
# $NetBSD: Makefile,v 1.9 1997/10/07 11:08:51 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
1997-10-07 15:08:51 +04:00
WARNS?= 1
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>