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
 
_______________________________________________
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to