summaryrefslogtreecommitdiffstats
path: root/etc/Makefile
diff options
context:
space:
mode:
authordes <des@FreeBSD.org>2013-09-08 09:46:22 +0000
committerdes <des@FreeBSD.org>2013-09-08 09:46:22 +0000
commit89699e113faea33b4d774b5e403372f58d276c5b (patch)
treeacf131db527457a995ccd45f5a410fbdcf87bcfc /etc/Makefile
parentfcb1c0aa6d23f22394a713ca07e5b4fe2d77270f (diff)
downloadFreeBSD-src-89699e113faea33b4d774b5e403372f58d276c5b.zip
FreeBSD-src-89699e113faea33b4d774b5e403372f58d276c5b.tar.gz
Add a stock libmap32.conf for amd64. The first two lines have no effect
except to document the hardcoded standard library search path for 32-bit binaries. The third line performs the equivalent substitution for the private library directory. Ironically, these entries rely on functionality which is only available in the COMPAT_32BIT version of rtld-elf. Approved by: re (blanket)
Diffstat (limited to 'etc/Makefile')
-rw-r--r--etc/Makefile4
1 files changed, 4 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)
OpenPOWER on IntegriCloud