mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-19 15:33:56 +00:00
Add 4x compat libs for Alpha.
These come from the live FS of the BSDi FreeBSD/AXP 4.2 disc set. Forgotten by: non-Alpha person
This commit is contained in:
parent
84609fdbd3
commit
503a83f979
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=72307
37
lib/compat/compat4x.alpha/Makefile
Normal file
37
lib/compat/compat4x.alpha/Makefile
Normal file
@ -0,0 +1,37 @@
|
||||
# $FreeBSD$
|
||||
|
||||
DISTRIBUTION= compat4x
|
||||
|
||||
LIBCOMPATDIR= ${LIBDIR}/compat
|
||||
|
||||
LIBS= \
|
||||
libc.so.4 \
|
||||
libc_r.so.4 \
|
||||
libdialog.so.4 \
|
||||
libedit.so.3 \
|
||||
libfetch.so.2 \
|
||||
libftpio.so.5 \
|
||||
libhistory.so.4 \
|
||||
libncurses.so.5 \
|
||||
libreadline.so.4 \
|
||||
libstdc++.so.3 \
|
||||
libutil.so.3 \
|
||||
libwrap.so.3 \
|
||||
libxpg4.so.3
|
||||
|
||||
CLEANFILES+= ${LIBS}
|
||||
|
||||
all: ${LIBS}
|
||||
|
||||
.for lib in ${LIBS}
|
||||
${lib}: ${lib}.gz.uu
|
||||
uudecode -p ${.CURDIR}/${lib}.gz.uu | gunzip > ${lib}
|
||||
.endfor
|
||||
|
||||
beforeinstall:
|
||||
${INSTALL} ${COPY} -o ${LIBOWN} -g ${LIBGRP} -m ${LIBMODE} ${LIBS} \
|
||||
${DESTDIR}${LIBCOMPATDIR}
|
||||
|
||||
# Get all the fruit, even though we don't set PROG.
|
||||
# XXX bsd.lib.mk has fruitflies, e.g., it fails if LIBS is empty.
|
||||
.include <bsd.prog.mk>
|
6848
lib/compat/compat4x.alpha/libc.so.4.gz.uu
Normal file
6848
lib/compat/compat4x.alpha/libc.so.4.gz.uu
Normal file
File diff suppressed because it is too large
Load Diff
7937
lib/compat/compat4x.alpha/libc_r.so.4.gz.uu
Normal file
7937
lib/compat/compat4x.alpha/libc_r.so.4.gz.uu
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user