Add the DragonFly cvs id and perform general cleanups on cvs/rcs/sccs ids. Most
[dragonfly.git] / lib / compat / compat1x / Makefile
1 # $FreeBSD: src/lib/compat/compat1x/Makefile,v 1.10.2.1 2002/08/07 16:31:45 ru Exp $
2 # $DragonFly: src/lib/compat/compat1x/Attic/Makefile,v 1.2 2003/06/17 04:26:40 dillon Exp $
3
4 DISTRIBUTION=   compat1x
5
6 LIBS=   libc.so.1.1 libcurses.so.1.1 libf2c.so.1.1 libg++.so.1.1 \
7         libgcc.so.1.1 libgnumalloc.so.1.1 libgnuregex.so.1.1 libln.so.1.1 \
8         libm.so.1.1 libmalloc.so.1.1 libreadline.so.1.1 libresolv.so.1.1 \
9         librpcsvc.so.1.1 libskey.so.1.1 libtelnet.so.1.1 libtermcap.so.1.1 \
10         libutil.so.1.1 liby.so.1.1
11
12 CLEANFILES+=    ${LIBS}
13 LINKS=  ${LIBCOMPATDIR}/aout/libtermcap.so.1.1 \
14         ${LIBCOMPATDIR}/aout/libtermlib.so.1.1
15
16 all:    ${LIBS}
17
18 .for lib in ${LIBS}
19 ${lib}: ${lib}.gz.uu
20         uudecode -p ${.CURDIR}/${lib}.gz.uu | gunzip > ${lib}
21 .endfor
22
23 beforeinstall:
24         ${INSTALL} -o ${LIBOWN} -g ${LIBGRP} -m ${LIBMODE} ${LIBS} \
25                 ${DESTDIR}${LIBCOMPATDIR}/aout
26
27 # Get all the fruit, even though we don't set PROG.
28 # XXX bsd.lib.mk has fruitflies, e.g., it fails if LIBS is empty.
29 .include <bsd.prog.mk>