Deleted Added
sdiff udiff text old ( 66961 ) new ( 67660 )
full compact
1# @(#)Makefile 8.1 (Berkeley) 7/19/93
2# $FreeBSD: head/libexec/mail.local/Makefile 67660 2000-10-26 23:02:36Z gshapiro $
3
4MAINTAINER= gshapiro@FreeBSD.org
5
6SENDMAIL_DIR=${.CURDIR}/../../contrib/sendmail
7.PATH: ${SENDMAIL_DIR}/mail.local
8
9PROG= mail.local
10SRCS= mail.local.c
11MAN8= mail.local.8
12CFLAGS+=-I${SENDMAIL_DIR}/include
13

--- 17 unchanged lines hidden ---