From 981e04778ffea18db1a0214671438fbe805de34e Mon Sep 17 00:00:00 2001 From: Edward Tomasz Napierala Date: Wed, 1 Apr 2020 15:08:13 +0000 Subject: [PATCH] Stop hardcoding WARNS in automount(8) et al. MFC after: 2 weeks Sponsored by: DARPA --- usr.sbin/autofs/Makefile | 2 -- 1 file changed, 2 deletions(-) diff --git a/usr.sbin/autofs/Makefile b/usr.sbin/autofs/Makefile index d901e35a523c..3a649062ae6e 100644 --- a/usr.sbin/autofs/Makefile +++ b/usr.sbin/autofs/Makefile @@ -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