Index: etc/Makefile =================================================================== --- etc/Makefile +++ etc/Makefile @@ -36,10 +36,6 @@ # NB: keep these sorted by MK_* knobs -.if ${MK_AMD} != "no" -BIN1+= amd.map -.endif - .if ${MK_LOCATE} != "no" BIN1+= ${SRCTOP}/usr.bin/locate/locate/locate.rc .endif Index: etc/amd.map =================================================================== --- etc/amd.map +++ etc/amd.map @@ -1,4 +0,0 @@ -# $FreeBSD$ -# -/defaults type:=host;fs:=${autodir}/${rhost}/host;rhost:=${key} -* opts:=rw,grpid,resvport,vers=3,proto=tcp,nosuid,nodev Index: usr.sbin/amd/amd/Makefile =================================================================== --- usr.sbin/amd/amd/Makefile +++ usr.sbin/amd/amd/Makefile @@ -10,6 +10,7 @@ .PATH: ${SRCTOP}/contrib/amd/amd +CONFS= amd.map PROG= amd MAN= amd.8 SRCS= am_ops.c amd.c amfs_auto.c amfs_direct.c amfs_error.c amfs_generic.c