The /bin/rmail compat link has been in several major releases now.

This commit is contained in:
soren 2004-11-17 00:33:45 +00:00
parent 2769396f67
commit c7dab32bb3
2 changed files with 2 additions and 6 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: mi,v 1.507 2004/11/12 15:34:34 he Exp $
# $NetBSD: mi,v 1.508 2004/11/17 00:33:45 soren Exp $
. base-sys-root
./altroot base-sys-root
./bin base-sys-root
@ -31,7 +31,6 @@
./bin/rcorder base-obsolete obsolete
./bin/rcp base-netutil-root
./bin/rm base-util-root
./bin/rmail base-uucp-root
./bin/rmdir base-util-root
./bin/sh base-util-root
./bin/sleep base-util-root

View File

@ -1,10 +1,7 @@
# $NetBSD: Makefile,v 1.10 1997/10/08 09:07:29 mrg Exp $
# $NetBSD: Makefile,v 1.11 2004/11/17 00:33:45 soren 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>