]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - lib/compat/compat20/Makefile
This commit was generated by cvs2svn to compensate for changes in r105765,
[FreeBSD/FreeBSD.git] / lib / compat / compat20 / Makefile
1 # $FreeBSD$
2
3 DISTRIBUTION=   compat20
4
5 LIBS=   libdialog.so.2.0 libforms.so.2.0 libg++.so.2.0 libgcc.so.261.0 \
6         libncurses.so.2.0 libreadline.so.2.0
7
8 CLEANFILES+=    ${LIBS} ld.so
9
10 all:    ${LIBS} ld.so
11
12 .for lib in ${LIBS} ld.so
13 ${lib}: ${lib}.gz.uu
14         uudecode -p ${.CURDIR}/${lib}.gz.uu | gunzip > ${lib}
15 .endfor
16
17 beforeinstall:
18         ${INSTALL} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} ld.so \
19                 ${DESTDIR}/usr/libexec
20         ${INSTALL} -o ${LIBOWN} -g ${LIBGRP} -m ${LIBMODE} ${LIBS} \
21                 ${DESTDIR}${LIBCOMPATDIR}/aout
22
23 # Get all the fruit, even though we don't set PROG.
24 # XXX bsd.lib.mk has fruitflies, e.g., it fails if LIBS is empty.
25 .include <bsd.prog.mk>