diff options
Diffstat (limited to 'libexec')
| -rw-r--r-- | libexec/rmail/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/libexec/rmail/Makefile b/libexec/rmail/Makefile index a9b6602a1da..36d31c68b97 100644 --- a/libexec/rmail/Makefile +++ b/libexec/rmail/Makefile @@ -1,7 +1,10 @@ -# $NetBSD: Makefile,v 1.7 1995/03/21 07:08:15 cgd Exp $ +# $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> |
