perry 8109fa540a 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.
1999-02-05 18:23:25 +00:00

11 lines
261 B
Makefile

# $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 \
/usr/sbin/mailwrapper /usr/bin/newaliases \
/usr/sbin/mailwrapper /usr/bin/mailq
.include <bsd.prog.mk>