svn commit: r359507 - head/usr.sbin/autofs
Edward Tomasz Napierala
trasz at FreeBSD.org
Wed Apr 1 17:35:52 UTC 2020
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
More information about the svn-src-all
mailing list