Add the DragonFly cvs id and perform general cleanups on cvs/rcs/sccs ids. Most
[dragonfly.git] / lib / compat / compat4x.alpha / Makefile
1 # $FreeBSD: src/lib/compat/compat4x.alpha/Makefile,v 1.2.2.5 2003/02/18 22:16:58 nectar Exp $
2 # $DragonFly: src/lib/compat/compat4x.alpha/Attic/Makefile,v 1.2 2003/06/17 04:26:40 dillon Exp $
3
4 DISTRIBUTION=   compat4x
5
6 LIBS=   \
7         libcrypto.so.1 \
8         libcrypto.so.2 \
9         libfetch.so.2 \
10         libssl.so.1 \
11         libssl.so.2
12
13 CLEANFILES+=    ${LIBS}
14
15 all:    ${LIBS}
16
17 .for lib in ${LIBS}
18 ${lib}: ${lib}.gz.uu
19         uudecode -p ${.CURDIR}/${lib}.gz.uu | gunzip > ${lib}
20 .endfor
21
22 beforeinstall:
23         ${INSTALL} -o ${LIBOWN} -g ${LIBGRP} -m ${LIBMODE} ${LIBS} \
24                 ${DESTDIR}${LIBCOMPATDIR}
25
26 # Get all the fruit, even though we don't set PROG.
27 # XXX bsd.lib.mk has fruitflies, e.g., it fails if LIBS is empty.
28 .include <bsd.prog.mk>