Add the DragonFly cvs id and perform general cleanups on cvs/rcs/sccs ids. Most
[dragonfly.git] / lib / compat / compat21 / Makefile
1 # $FreeBSD: src/lib/compat/compat21/Makefile,v 1.12.2.1 2002/08/07 16:31:46 ru Exp $
2 # $DragonFly: src/lib/compat/compat21/Attic/Makefile,v 1.2 2003/06/17 04:26:40 dillon Exp $
3
4 DISTRIBUTION=   compat21
5
6 LIBS=   libc.so.2.2 libg++.so.3.0 libgmp.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>