Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 5 Aug 2018 04:20:52 +0000 (UTC)
From:      Brad Davis <brd@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r337342 - head/etc
Message-ID:  <201808050420.w754Kqx8049087@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: brd
Date: Sun Aug  5 04:20:52 2018
New Revision: 337342
URL: https://svnweb.freebsd.org/changeset/base/337342

Log:
  Fix build after r337340.
  
  Approved by:	will (mentor)

Modified:
  head/etc/Makefile

Modified: head/etc/Makefile
==============================================================================
--- head/etc/Makefile	Sun Aug  5 04:16:00 2018	(r337341)
+++ head/etc/Makefile	Sun Aug  5 04:20:52 2018	(r337342)
@@ -70,10 +70,6 @@ BSM_ETC_DIR=			${DESTDIR}/etc/security
 BIN1+= amd.map
 .endif
 
-.if ${MK_AUTOFS} != "no"
-BIN1+=	auto_master
-.endif
-
 .if ${MK_FTP} != "no"
 BIN1+= ftpusers
 .endif



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201808050420.w754Kqx8049087>