180c29c35d
permitting users to choose between sendmail and other mail systems with a simple configuration file change. Not yet turned on -- this is being committed so people can beat on it.
9 lines
172 B
Makefile
9 lines
172 B
Makefile
# $NetBSD: Makefile,v 1.1 1998/12/25 22:06:58 perry Exp $
|
|
|
|
PROG= mailwrapper
|
|
MAN= mailwrapper.8
|
|
|
|
SYMLINKS= /usr/sbin/mailwrapper /usr/sbin/sendmail
|
|
|
|
.include <bsd.prog.mk>
|