Deleted Added
full compact
Makefile (117299) Makefile (136910)
1# $FreeBSD: head/share/sendmail/Makefile 117299 2003-07-07 03:54:04Z gshapiro $
1# $FreeBSD: head/share/sendmail/Makefile 136910 2004-10-24 15:33:08Z ru $
2#
3# Doing a make install builds /usr/share/sendmail/
4
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
2#
3# Doing a make install builds /usr/share/sendmail/
4
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
12NOOBJ=
13
14# Define SHARED to indicate whether you want symbolic links to the system
15# source (``symlinks''), or a separate copy (``copies'')
16SHARED?= copies
17
18all clean cleandir depend lint tags:
19
20beforeinstall: ${SHARED}

--- 14 unchanged lines hidden ---
13
14# Define SHARED to indicate whether you want symbolic links to the system
15# source (``symlinks''), or a separate copy (``copies'')
16SHARED?= copies
17
18all clean cleandir depend lint tags:
19
20beforeinstall: ${SHARED}

--- 14 unchanged lines hidden ---