1993-08-01 09:37:30 +04:00
|
|
|
# from: @(#)Makefile 5.3 (Berkeley) 1/17/91
|
1994-12-22 12:57:51 +03:00
|
|
|
# $Id: Makefile,v 1.3 1994/12/22 10:27:22 cgd Exp $
|
1993-03-21 12:45:37 +03:00
|
|
|
|
|
|
|
PROG= mail.local
|
1994-12-22 12:57:51 +03:00
|
|
|
MAN= mail.local.8
|
1993-03-21 12:45:37 +03:00
|
|
|
BINOWN= root
|
|
|
|
BINMODE=4555
|
|
|
|
|
|
|
|
.include <bsd.prog.mk>
|