We shouldn't count on the user building sendmail. Update the make
file so that it does the symlinking of newaliases and mailq to /usr/sbin/mailwrapper directly.
This commit is contained in:
parent
be28226520
commit
8109fa540a
@ -1,8 +1,10 @@
|
||||
# $NetBSD: Makefile,v 1.1 1998/12/25 22:06:58 perry Exp $
|
||||
# $NetBSD: Makefile,v 1.2 1999/02/05 18:23:25 perry Exp $
|
||||
|
||||
PROG= mailwrapper
|
||||
MAN= mailwrapper.8
|
||||
|
||||
SYMLINKS= /usr/sbin/mailwrapper /usr/sbin/sendmail
|
||||
SYMLINKS= /usr/sbin/mailwrapper /usr/sbin/sendmail \
|
||||
/usr/sbin/mailwrapper /usr/bin/newaliases \
|
||||
/usr/sbin/mailwrapper /usr/bin/mailq
|
||||
|
||||
.include <bsd.prog.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user