From 6a0f4b7e11542628644f9a408cd27d1908078727 Mon Sep 17 00:00:00 2001 From: "Jordan K. Hubbard" Date: Tue, 25 Jun 1996 18:05:58 +0000 Subject: [PATCH] The way sendmail.cf is installed here is gross and needs to be totally redone. For now, use the objlink target to give it the obj directory it needs. --- etc/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/etc/Makefile b/etc/Makefile index b79696c81510..8e5b1838dc79 100644 --- a/etc/Makefile +++ b/etc/Makefile @@ -1,5 +1,5 @@ # from: @(#)Makefile 5.11 (Berkeley) 5/21/91 -# $Id: Makefile,v 1.135 1996/03/22 17:28:07 nate Exp $ +# $Id: Makefile,v 1.136 1996/04/03 17:13:57 phk Exp $ # -rw-r--r-- BINOWN= root @@ -105,7 +105,7 @@ distribution: ${MAKE} all; \ ${MAKE} install; \ cd ../cf/cf; \ - ${MAKE} obj; \ + ${MAKE} objlink; \ ${MAKE} freebsd.cf; \ ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 644 obj/freebsd.cf \ ${DESTDIR}/etc/sendmail.cf)