From e44e016feb0edd5abd96222c1dead2c8f8ac1bb7 Mon Sep 17 00:00:00 2001 From: perry Date: Thu, 13 Mar 1997 02:51:29 +0000 Subject: add SYMLINKS to keep an symlink from /bin for back uucp compatibility --- libexec/rmail/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'libexec') 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 -- cgit