Deleted Added
full compact
Makefile (66940) Makefile (67660)
1# $FreeBSD: head/share/sendmail/Makefile 66940 2000-10-10 18:08:19Z gshapiro $
1# $FreeBSD: head/share/sendmail/Makefile 67660 2000-10-26 23:02:36Z gshapiro $
2#
3# Doing a make install builds /usr/share/sendmail/
4
2#
3# Doing a make install builds /usr/share/sendmail/
4
5MAINTAINER= gshapiro@FreeBSD.org
6
5SENDMAIL_DIR=${.CURDIR}/../../contrib/sendmail
6CFDIR= cf
7CFDIRS!= (cd ${SENDMAIL_DIR}; find -L ${CFDIR} \( -name CVS -prune \) -o -type d -print)
8CFFILES!= (cd ${SENDMAIL_DIR}; find -L ${CFDIR} \( -name CVS -prune \) -o -type f -print)
9
10DDIR= ${DESTDIR}/usr/share/sendmail
11
12NOOBJ= noobj

--- 21 unchanged lines hidden ---
7SENDMAIL_DIR=${.CURDIR}/../../contrib/sendmail
8CFDIR= cf
9CFDIRS!= (cd ${SENDMAIL_DIR}; find -L ${CFDIR} \( -name CVS -prune \) -o -type d -print)
10CFFILES!= (cd ${SENDMAIL_DIR}; find -L ${CFDIR} \( -name CVS -prune \) -o -type f -print)
11
12DDIR= ${DESTDIR}/usr/share/sendmail
13
14NOOBJ= noobj

--- 21 unchanged lines hidden ---