diff options
| author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1997-09-22 19:01:02 +0000 |
|---|---|---|
| committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1997-09-22 19:01:02 +0000 |
| commit | 3c435e3d23020a2a963c4bbdc44025b37a366ce7 (patch) | |
| tree | 649df6b230745035fc662fc06b4e747f55ea32d5 /etc | |
| parent | f95be760caacce26a1073cd6af20bd923facc206 (diff) | |
Notes
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/Makefile b/etc/Makefile index 52009469efc8..fd8d0e2f7a6f 100644 --- a/etc/Makefile +++ b/etc/Makefile @@ -1,5 +1,5 @@ # from: @(#)Makefile 5.11 (Berkeley) 5/21/91 -# $Id: Makefile,v 1.143.2.8 1997/08/13 12:58:51 danny Exp $ +# $Id: Makefile,v 1.143.2.9 1997/08/14 07:02:07 jkh Exp $ # -rw-r--r-- BINOWN= root @@ -111,7 +111,7 @@ distribution: ${MAKE} all; \ ${MAKE} install; \ cd ../cf/cf; \ - ${MAKE} objlink; \ + ${MAKE} obj OBJLINK=YES; \ ${MAKE} ${SENDMAILCF}; \ ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 644 obj/${SENDMAILCF} \ ${DESTDIR}/etc/sendmail.cf) |
