From 13f7dbe822d5f447c6137dc0d4ff838fb7050dbe Mon Sep 17 00:00:00 2001 From: Ed Maste Date: Mon, 9 Mar 2020 20:46:43 +0000 Subject: retire amd(8) autofs was introduced with FreeBSD 10.1 and is the supported method for automounting filesystems. As of r296194 the amd man page claimed that it is deprecated. Remove it from base now; the sysutils/am-utils port is still available if necessary. Discussed with: cy Relnotes: Yes Sponsored by: The FreeBSD Foundation --- usr.sbin/amd/mk-amd-map/Makefile | 15 --------------- usr.sbin/amd/mk-amd-map/Makefile.depend | 22 ---------------------- 2 files changed, 37 deletions(-) delete mode 100644 usr.sbin/amd/mk-amd-map/Makefile delete mode 100644 usr.sbin/amd/mk-amd-map/Makefile.depend (limited to 'usr.sbin/amd/mk-amd-map') diff --git a/usr.sbin/amd/mk-amd-map/Makefile b/usr.sbin/amd/mk-amd-map/Makefile deleted file mode 100644 index e7cd959782f2..000000000000 --- a/usr.sbin/amd/mk-amd-map/Makefile +++ /dev/null @@ -1,15 +0,0 @@ -# ex:ts=8 -# -# Makefile for amd -# This file is under a "BSD" copyright (c) by David O'Brien 1998 -# -# $FreeBSD$ - -.PATH: ${SRCTOP}/contrib/amd/mk-amd-map - -PROG= mk-amd-map -MAN= mk-amd-map.8 - -LIBADD= amu - -.include diff --git a/usr.sbin/amd/mk-amd-map/Makefile.depend b/usr.sbin/amd/mk-amd-map/Makefile.depend deleted file mode 100644 index eec6cd4d599b..000000000000 --- a/usr.sbin/amd/mk-amd-map/Makefile.depend +++ /dev/null @@ -1,22 +0,0 @@ -# $FreeBSD$ -# Autogenerated - do NOT edit! - -DIRDEPS = \ - gnu/lib/csu \ - include \ - include/arpa \ - include/rpc \ - include/rpcsvc \ - include/xlocale \ - lib/${CSU_DIR} \ - lib/libc \ - lib/libcompiler_rt \ - usr.sbin/amd/include \ - usr.sbin/amd/libamu \ - - -.include - -.if ${DEP_RELDIR} == ${_DEP_RELDIR} -# local dependencies - needed for -jN in clean tree -.endif -- cgit v1.3