summaryrefslogtreecommitdiffstats
path: root/lib/compat
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>1999-04-06 12:51:43 +0000
committerpeter <peter@FreeBSD.org>1999-04-06 12:51:43 +0000
commitd344b9133daa0f80e8ce97469151c79daac44781 (patch)
treed28414407d044de7d34a0b89131c8ea938dd0a43 /lib/compat
parent290eeb0e063af18e399528a0393a4ebae1f0281d (diff)
downloadFreeBSD-src-d344b9133daa0f80e8ce97469151c79daac44781.zip
FreeBSD-src-d344b9133daa0f80e8ce97469151c79daac44781.tar.gz
Install these compat libs to /usr/lib/compat/aout. I think this will work
with the release builds.
Diffstat (limited to 'lib/compat')
-rw-r--r--lib/compat/compat1x/Makefile4
-rw-r--r--lib/compat/compat20/Makefile4
-rw-r--r--lib/compat/compat21/Makefile4
3 files changed, 6 insertions, 6 deletions
diff --git a/lib/compat/compat1x/Makefile b/lib/compat/compat1x/Makefile
index 51e6807..625e8f0 100644
--- a/lib/compat/compat1x/Makefile
+++ b/lib/compat/compat1x/Makefile
@@ -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.
diff --git a/lib/compat/compat20/Makefile b/lib/compat/compat20/Makefile
index a9849be..062403f 100644
--- a/lib/compat/compat20/Makefile
+++ b/lib/compat/compat20/Makefile
@@ -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.
diff --git a/lib/compat/compat21/Makefile b/lib/compat/compat21/Makefile
index 0fcb691..d9df298 100644
--- a/lib/compat/compat21/Makefile
+++ b/lib/compat/compat21/Makefile
@@ -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.
OpenPOWER on IntegriCloud