summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--etc/Makefile4
-rw-r--r--etc/etc.amd64/libmap32.conf4
2 files changed, 8 insertions, 0 deletions
diff --git a/etc/Makefile b/etc/Makefile
index 6e2a716..2210cc6 100644
--- a/etc/Makefile
+++ b/etc/Makefile
@@ -50,6 +50,10 @@ BIN1= crontab \
syslog.conf \
termcap.small
+.if ${MACHINE} == "amd64"
+BIN1+= etc.${MACHINE}/libmap32.conf
+.endif
+
.if exists(${.CURDIR}/etc.${MACHINE}/ttys)
BIN1+= etc.${MACHINE}/ttys
.elif exists(${.CURDIR}/etc.${MACHINE_ARCH}/ttys)
diff --git a/etc/etc.amd64/libmap32.conf b/etc/etc.amd64/libmap32.conf
new file mode 100644
index 0000000..6096e21
--- /dev/null
+++ b/etc/etc.amd64/libmap32.conf
@@ -0,0 +1,4 @@
+# $FreeBSD$
+/lib /lib32
+/usr/lib /usr/lib32
+/usr/lib/private /usr/lib32/private
OpenPOWER on IntegriCloud