mirror of
https://github.com/freebsd/freebsd-src
synced 2024-11-05 18:22:52 +00:00
Descend into etc always; src/etc/sendmail/Makefile has make.conf hooks
for building and installing a local sendmail.cf.. I'm a little nervous about the implications of having an obj dir built under etc (to get to the obj dir for sendmail), but the make rules appear to DTRT.
This commit is contained in:
parent
b58c36c953
commit
6697f53652
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=38104
1 changed files with 2 additions and 2 deletions
4
Makefile
4
Makefile
|
@ -1,5 +1,5 @@
|
|||
#
|
||||
# $Id: Makefile,v 1.206 1998/08/02 09:24:59 wosch Exp $
|
||||
# $Id: Makefile,v 1.207 1998/08/03 08:28:14 bde Exp $
|
||||
#
|
||||
# While porting to the another architecture include the bootstrap instead
|
||||
# of the normal build.
|
||||
|
@ -110,7 +110,7 @@ SUBDIR+= lkm
|
|||
.endif
|
||||
|
||||
# etc must be last for "distribute" to work
|
||||
.if exists(etc) && make(distribute)
|
||||
.if exists(etc)
|
||||
SUBDIR+= etc
|
||||
.endif
|
||||
|
||||
|
|
Loading…
Reference in a new issue