add SYMLINKS to keep an symlink from /bin for back uucp compatibility

This commit is contained in:
perry 1997-03-13 02:51:29 +00:00
parent 94a8f86c1d
commit e44e016feb

View File

@ -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>