Install these compat libs to /usr/lib/compat/aout. I think this will work

with the release builds.
This commit is contained in:
Peter Wemm 1999-04-06 12:51:43 +00:00
parent 3bfc6c798d
commit 28976ae4f1
3 changed files with 6 additions and 6 deletions

View File

@ -1,4 +1,4 @@
# $Id$
# $Id: Makefile,v 1.7 1997/02/22 14:57:35 peter Exp $
DISTRIBUTION= compat1x
@ -20,7 +20,7 @@ ${lib}: ${lib}.gz.uu
beforeinstall:
${INSTALL} ${COPY} -o ${LIBOWN} -g ${LIBGRP} -m ${LIBMODE} ${LIBS} \
${DESTDIR}${LIBCOMPATDIR}
${DESTDIR}${LIBCOMPATDIR}/aout
# 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.

View File

@ -1,4 +1,4 @@
# $Id$
# $Id: Makefile,v 1.7 1997/02/22 14:57:37 peter Exp $
DISTRIBUTION= compat20
@ -16,7 +16,7 @@ ${lib}: ${lib}.gz.uu
beforeinstall:
${INSTALL} ${COPY} -o ${LIBOWN} -g ${LIBGRP} -m ${LIBMODE} ${LIBS} \
${DESTDIR}${LIBCOMPATDIR}
${DESTDIR}${LIBCOMPATDIR}/aout
# 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.

View File

@ -1,4 +1,4 @@
# $Id: Makefile,v 1.8 1997/02/22 14:57:39 peter Exp $
# $Id: Makefile,v 1.9 1997/04/03 06:08:27 jkh Exp $
DISTRIBUTION= compat21
@ -15,7 +15,7 @@ ${lib}: ${lib}.gz.uu
beforeinstall:
${INSTALL} ${COPY} -o ${LIBOWN} -g ${LIBGRP} -m ${LIBMODE} ${LIBS} \
${DESTDIR}${LIBCOMPATDIR}
${DESTDIR}${LIBCOMPATDIR}/aout
# 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.