freebsd-dev/lib/compat/compat20/Makefile
1997-02-22 15:12:41 +00:00

24 lines
538 B
Makefile

# $Id$
DISTRIBUTION= compat20
LIBS= libdialog.so.2.0 libforms.so.2.0 libg++.so.2.0 libgcc.so.261.0 \
libncurses.so.2.0 libreadline.so.2.0
CLEANFILES+= ${LIBS}
all: ${LIBS}
.for lib in ${LIBS}
${lib}: ${lib}.gz.uu
uudecode -p ${.CURDIR}/${lib}.gz.uu | gunzip > ${lib}
.endfor
beforeinstall:
${INSTALL} ${COPY} -o ${LIBOWN} -g ${LIBGRP} -m ${LIBMODE} ${LIBS} \
${DESTDIR}${LIBCOMPATDIR}
# Get all the fruit, even though we don't set PROG.
# XXX bsd.lib.mk has fruitflies, e.g., it fails if LIBS is empty.
.include <bsd.prog.mk>