Initial import from FreeBSD RELENG_4:
[dragonfly.git] / lib / compat / compat4x.i386 / Makefile
1 # $FreeBSD: src/lib/compat/compat4x.i386/Makefile,v 1.3.2.9 2003/02/18 22:16:59 nectar Exp $
2
3 DISTRIBUTION=   compat4x
4
5 LIBS=   \
6         libcrypto.so.1 \
7         libcrypto.so.2 \
8         libfetch.so.2 \
9         libssl.so.1 \
10         libssl.so.2
11
12 CLEANFILES+=    ${LIBS}
13
14 all:    ${LIBS}
15
16 .for lib in ${LIBS}
17 ${lib}: ${lib}.gz.uu
18         uudecode -p ${.CURDIR}/${lib}.gz.uu | gunzip > ${lib}
19 .endfor
20
21 beforeinstall:
22         ${INSTALL} -o ${LIBOWN} -g ${LIBGRP} -m ${LIBMODE} ${LIBS} \
23                 ${DESTDIR}${LIBCOMPATDIR}
24
25 # Get all the fruit, even though we don't set PROG.
26 # XXX bsd.lib.mk has fruitflies, e.g., it fails if LIBS is empty.
27 .include <bsd.prog.mk>