Index: head/etc/Makefile =================================================================== --- head/etc/Makefile +++ head/etc/Makefile @@ -27,10 +27,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: head/etc/amd.map =================================================================== --- head/etc/amd.map +++ head/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: head/usr.sbin/amd/amd/Makefile =================================================================== --- head/usr.sbin/amd/amd/Makefile +++ head/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 Index: head/usr.sbin/amd/amd/amd.map =================================================================== --- head/usr.sbin/amd/amd/amd.map +++ head/usr.sbin/amd/amd/amd.map @@ -0,0 +1,4 @@ +# $FreeBSD$ +# +/defaults type:=host;fs:=${autodir}/${rhost}/host;rhost:=${key} +* opts:=rw,grpid,resvport,vers=3,proto=tcp,nosuid,nodev