mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2025-01-11 08:52:07 +01:00
The etc-sendmail.cf target is in src/etc/sendmail/Makefile, not
src/etc/sendmail/cf/Makefile. This was an obstacle to 'make release'.
This commit is contained in:
parent
8b761c8004
commit
1d414b2f81
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=38160
@ -1,5 +1,5 @@
|
||||
# from: @(#)Makefile 5.11 (Berkeley) 5/21/91
|
||||
# $Id: Makefile,v 1.167 1998/06/11 20:25:56 guido Exp $
|
||||
# $Id: Makefile,v 1.168 1998/08/04 15:54:27 peter Exp $
|
||||
|
||||
SUBDIR= sendmail
|
||||
|
||||
@ -58,7 +58,7 @@ distribution:
|
||||
( cd ${.CURDIR}/../gnu/libexec/uucp/sample; ${MAKE} install ); \
|
||||
( cd ${.CURDIR}/../share/termcap; ${MAKE} etc-termcap ); \
|
||||
( cd ${.CURDIR}/../usr.sbin/rmt; ${MAKE} etc-rmt ); \
|
||||
( cd ${.CURDIR}/sendmail/cf; ${MAKE} etc-sendmail.cf ); \
|
||||
( cd ${.CURDIR}/sendmail; ${MAKE} etc-sendmail.cf ); \
|
||||
( cd ${.CURDIR}/../sys/i386/boot/biosboot; ${MAKE} install-boothelp ); \
|
||||
pwd_mkdb -p -d ${DESTDIR}/etc ${DESTDIR}/etc/master.passwd; \
|
||||
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 555 \
|
||||
|
Loading…
Reference in New Issue
Block a user