From 2a891f1feb2e67ab5fdbb473405797c2efc34caf Mon Sep 17 00:00:00 2001 From: bdrewery Date: Wed, 24 Feb 2016 17:20:11 +0000 Subject: DIRDEPS_BUILD: Regenerate without local dependencies. These are no longer needed after the recent 'beforebuild: depend' changes and hooking DIRDEPS_BUILD into a subset of FAST_DEPEND which supports skipping 'make depend'. Sponsored by: EMC / Isilon Storage Division --- usr.sbin/autofs/Makefile.depend | 2 -- 1 file changed, 2 deletions(-) (limited to 'usr.sbin/autofs') diff --git a/usr.sbin/autofs/Makefile.depend b/usr.sbin/autofs/Makefile.depend index 61f3b2b..58f9a33 100644 --- a/usr.sbin/autofs/Makefile.depend +++ b/usr.sbin/autofs/Makefile.depend @@ -16,6 +16,4 @@ DIRDEPS = \ .if ${DEP_RELDIR} == ${_DEP_RELDIR} # local dependencies - needed for -jN in clean tree -token.o: token.c -token.po: token.c .endif -- cgit v1.1 From 2cc7057f61f7562bb4bee8195fc294f570ddc1cb Mon Sep 17 00:00:00 2001 From: trasz Date: Mon, 29 Feb 2016 17:14:04 +0000 Subject: Autofs is section 5, not 4. MFC after: 1 month Sponsored by: The FreeBSD Foundation --- usr.sbin/autofs/automount.8 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'usr.sbin/autofs') diff --git a/usr.sbin/autofs/automount.8 b/usr.sbin/autofs/automount.8 index c111a99..732b5e5 100644 --- a/usr.sbin/autofs/automount.8 +++ b/usr.sbin/autofs/automount.8 @@ -49,7 +49,7 @@ command parses the .Xr auto_master 5 configuration file and any direct maps that it references, and mounts or unmounts -.Xr autofs 4 +.Xr autofs 5 filesystems to match. These options are available: .Bl -tag -width ".Fl v" -- cgit v1.1