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 66961 2000-10-11 05:04:21Z gshapiro $
3
4SENDMAIL_DIR=${.CURDIR}/../../contrib/sendmail
5.PATH: ${SENDMAIL_DIR}/mail.local
6
7PROG= mail.local
8SRCS= mail.local.c
9MAN8= mail.local.8
10CFLAGS+=-I${SENDMAIL_DIR}/include
11

--- 17 unchanged lines hidden ---