# $FreeBSD: src/lib/compat/compat21/Makefile,v 1.12.2.1 2002/08/07 16:31:46 ru Exp $ # $DragonFly: src/lib/compat/compat21/Attic/Makefile,v 1.2 2003/06/17 04:26:40 dillon Exp $ DISTRIBUTION= compat21 LIBS= libc.so.2.2 libg++.so.3.0 libgmp.so.2.0 CLEANFILES+= ${LIBS} ld.so all: ${LIBS} ld.so .for lib in ${LIBS} ld.so ${lib}: ${lib}.gz.uu uudecode -p ${.CURDIR}/${lib}.gz.uu | gunzip > ${lib} .endfor beforeinstall: ${INSTALL} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} ld.so \ ${DESTDIR}/usr/libexec ${INSTALL} -o ${LIBOWN} -g ${LIBGRP} -m ${LIBMODE} ${LIBS} \ ${DESTDIR}${LIBCOMPATDIR}/aout # 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