diff options
author | des <des@FreeBSD.org> | 2013-09-09 06:02:30 +0000 |
---|---|---|
committer | des <des@FreeBSD.org> | 2013-09-09 06:02:30 +0000 |
commit | ea72ce4e68ff79a2be0f5950aecfbbf809fd6afa (patch) | |
tree | 101d5e6ebae1fa0b81d0143f1c02434b083d587d | |
parent | 7917506a10ddaddfb329123334ea2e3590112910 (diff) | |
download | FreeBSD-src-ea72ce4e68ff79a2be0f5950aecfbbf809fd6afa.zip FreeBSD-src-ea72ce4e68ff79a2be0f5950aecfbbf809fd6afa.tar.gz |
Remove unneeded mappings from libmap32.conf. Move it up one level and
install it on powerpc64 in addition to amd64.
Reviewed by: kib
Approved by: re (blanket)
-rw-r--r-- | etc/Makefile | 4 | ||||
-rw-r--r-- | etc/libmap32.conf (renamed from etc/etc.amd64/libmap32.conf) | 2 |
2 files changed, 2 insertions, 4 deletions
diff --git a/etc/Makefile b/etc/Makefile index 2210cc6..b6e1e37 100644 --- a/etc/Makefile +++ b/etc/Makefile @@ -50,8 +50,8 @@ BIN1= crontab \ syslog.conf \ termcap.small -.if ${MACHINE} == "amd64" -BIN1+= etc.${MACHINE}/libmap32.conf +.if ${TARGET_ARCH} == "amd64" || ${TARGET_ARCH} == "powerpc64" +BIN1+= libmap32.conf .endif .if exists(${.CURDIR}/etc.${MACHINE}/ttys) diff --git a/etc/etc.amd64/libmap32.conf b/etc/libmap32.conf index 6096e21..07fb138 100644 --- a/etc/etc.amd64/libmap32.conf +++ b/etc/libmap32.conf @@ -1,4 +1,2 @@ # $FreeBSD$ -/lib /lib32 -/usr/lib /usr/lib32 /usr/lib/private /usr/lib32/private |