Add the DragonFly cvs id and perform general cleanups on cvs/rcs/sccs ids. Most
[dragonfly.git] / lib / compat / compat20 / Makefile
1 # $FreeBSD: src/lib/compat/compat20/Makefile,v 1.10.2.1 2002/08/07 16:31:45 ru Exp $
2 # $DragonFly: src/lib/compat/compat20/Attic/Makefile,v 1.2 2003/06/17 04:26:40 dillon Exp $
3
4 DISTRIBUTION=   compat20
5
6 LIBS=   libdialog.so.2.0 libforms.so.2.0 libg++.so.2.0 libgcc.so.261.0 \
7         libncurses.so.2.0 libreadline.so.2.0
8
9 CLEANFILES+=    ${LIBS} ld.so
10
11 all:    ${LIBS} ld.so
12
13 .for lib in ${LIBS} ld.so
14 ${lib}: ${lib}.gz.uu
15         uudecode -p ${.CURDIR}/${lib}.gz.uu | gunzip > ${lib}
16 .endfor
17
18 beforeinstall:
19         ${INSTALL} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} ld.so \
20                 ${DESTDIR}/usr/libexec
21         ${INSTALL} -o ${LIBOWN} -g ${LIBGRP} -m ${LIBMODE} ${LIBS} \
22                 ${DESTDIR}${LIBCOMPATDIR}/aout
23
24 # Get all the fruit, even though we don't set PROG.
25 # XXX bsd.lib.mk has fruitflies, e.g., it fails if LIBS is empty.
26 .include <bsd.prog.mk>