blob: 25b9c0541ea481cdf2aef8dd6acb40d3bf3f8e1e (
plain)
1
2
3
4
5
6
7
8
9
10
|
# $OpenBSD: Makefile,v 1.6 2002/04/18 00:49:27 millert Exp $
PROG= mail.local
MAN= mail.local.8
ENVDEF= -DNOT_SENDMAIL
WANT_LIBSM=1
.include "../../../libexec/Makefile.inc"
.include <bsd.prog.mk>
|