Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 1 Apr 2020 15:08:13 +0000 (UTC)
From:      Edward Tomasz Napierala <trasz@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r359507 - head/usr.sbin/autofs
Message-ID:  <202004011508.031F8DlB067896@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: trasz
Date: Wed Apr  1 15:08:13 2020
New Revision: 359507
URL: https://svnweb.freebsd.org/changeset/base/359507

Log:
  Stop hardcoding WARNS in automount(8) et al.
  
  MFC after:	2 weeks
  Sponsored by:	DARPA

Modified:
  head/usr.sbin/autofs/Makefile

Modified: head/usr.sbin/autofs/Makefile
==============================================================================
--- head/usr.sbin/autofs/Makefile	Wed Apr  1 13:18:01 2020	(r359506)
+++ head/usr.sbin/autofs/Makefile	Wed Apr  1 15:08:13 2020	(r359507)
@@ -24,8 +24,6 @@ LIBADD=	util
 MOUNT=  ${SRCTOP}/sbin/mount
 CFLAGS+=-I${MOUNT}
 
-WARNS=	6
-
 LINKS=	${BINDIR}/automountd ${BINDIR}/automount
 LINKS+=	${BINDIR}/automountd ${BINDIR}/autounmountd
 



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