Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F153942252
D17159.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
1 KB
Referenced Files
None
Subscribers
None
D17159.diff
View Options
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
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Apr 25, 11:43 PM (19 h, 35 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
32129144
Default Alt Text
D17159.diff (1 KB)
Attached To
Mode
D17159: Move amd.map to usr.sbin/amd/amd/
Attached
Detach File
Event Timeline
Log In to Comment