diff options
| author | perry <perry@NetBSD.org> | 1997-03-13 02:51:29 +0000 |
|---|---|---|
| committer | perry <perry@NetBSD.org> | 1997-03-13 02:51:29 +0000 |
| commit | e44e016feb0edd5abd96222c1dead2c8f8ac1bb7 (patch) | |
| tree | 7533612ae9b604489a5473df6286c4d09c674e7d /libexec | |
| parent | 94a8f86c1d1556bad8b9f0e66608b74d8c02faa0 (diff) | |
add SYMLINKS to keep an symlink from /bin for back uucp compatibility
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> |
