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.
This commit is contained in:
Jordan K. Hubbard 1996-06-25 18:05:58 +00:00
parent ad0c0c784f
commit 6a0f4b7e11
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=16709

View File

@ -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)