mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-25 16:13:17 +00:00
3ae9291301
chosen mailer. Obtained from: NetBSD
14 lines
307 B
Makefile
14 lines
307 B
Makefile
# $NetBSD: Makefile,v 1.4 1999/03/25 16:40:18 is Exp $
|
|
|
|
PROG= mailwrapper
|
|
MAN= mailwrapper.8 mailer.conf.5
|
|
|
|
DPADD+= ${LIBUTIL}
|
|
LDADD+= -lutil
|
|
|
|
SYMLINKS= /usr/sbin/mailwrapper /usr/sbin/sendmail \
|
|
/usr/sbin/mailwrapper /usr/bin/newaliases \
|
|
/usr/sbin/mailwrapper /usr/bin/mailq
|
|
|
|
.include <bsd.prog.mk>
|