mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-11 09:50:12 +00:00
install freebsd.cf rather than freefall.cf by default after 8.7.2 import.
This commit is contained in:
parent
1cdee109d0
commit
4a8128ffc7
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=12584
@ -1,5 +1,5 @@
|
||||
# from: @(#)Makefile 5.11 (Berkeley) 5/21/91
|
||||
# $Id: Makefile,v 1.126 1995/10/28 09:39:57 peter Exp $
|
||||
# $Id: Makefile,v 1.127 1995/11/30 02:32:40 jkh Exp $
|
||||
|
||||
# disktab may be wrong -- hcx9 is a tahoe, but gets its own.
|
||||
# -rw-r--r--
|
||||
@ -224,8 +224,8 @@ distribution:
|
||||
${MAKE} install; \
|
||||
cd ../cf/cf; \
|
||||
${MAKE} obj; \
|
||||
${MAKE} freefall.cf; \
|
||||
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 644 obj/freefall.cf \
|
||||
${MAKE} freebsd.cf; \
|
||||
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 644 obj/freebsd.cf \
|
||||
${DESTDIR}/etc/sendmail.cf)
|
||||
(cd ${.CURDIR}/..; \
|
||||
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 444 ${FREEBSD} \
|
||||
|
Loading…
Reference in New Issue
Block a user