mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2025-01-01 00:18:15 +01:00
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:
parent
ad0c0c784f
commit
6a0f4b7e11
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user