summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>1998-08-04 16:00:47 +0000
committerpeter <peter@FreeBSD.org>1998-08-04 16:00:47 +0000
commitd0cf6313bab68523e1ff8a7cf65c7f6c26c8dad0 (patch)
treea1d76410ad76122ac1f2f3499d53e87564650625 /Makefile
parent8bcb0a32d835b61b2128e18046ce5d0e6e865cce (diff)
downloadFreeBSD-src-d0cf6313bab68523e1ff8a7cf65c7f6c26c8dad0.zip
FreeBSD-src-d0cf6313bab68523e1ff8a7cf65c7f6c26c8dad0.tar.gz
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.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 1027ac7..4de08af 100644
--- a/Makefile
+++ b/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
OpenPOWER on IntegriCloud