NetBSD/usr.sbin/mailwrapper/Makefile
perry 180c29c35d Add the "mailwrapper" program, which is designed to act as a switch
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.
1998-12-25 22:06:58 +00:00

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>