diff options
author | jkh <jkh@FreeBSD.org> | 1998-09-26 11:54:02 +0000 |
---|---|---|
committer | jkh <jkh@FreeBSD.org> | 1998-09-26 11:54:02 +0000 |
commit | ba079171910c591dd6e7cc6e35469fd63581b35d (patch) | |
tree | 5dcd5f96538fb8248c2d4ed2afb635bf8538deee | |
parent | ad6ddb77671a5780eefdb973075656e601890d74 (diff) | |
download | FreeBSD-src-ba079171910c591dd6e7cc6e35469fd63581b35d.zip FreeBSD-src-ba079171910c591dd6e7cc6e35469fd63581b35d.tar.gz |
/usr/lib/compat -> /usr/lib/compat/aout
This change will need to be reviewed just as soon as we start generating
ELF compat libs, but for now it does the right thing for a.out libs.
-rw-r--r-- | lib/compat/Makefile.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/compat/Makefile.inc b/lib/compat/Makefile.inc index 5201d4a..b7db7f3 100644 --- a/lib/compat/Makefile.inc +++ b/lib/compat/Makefile.inc @@ -1,3 +1,3 @@ -# $Id$ +# $Id: Makefile.inc,v 1.4 1997/02/22 14:57:33 peter Exp $ -LIBCOMPATDIR?= ${LIBDIR}/compat +LIBCOMPATDIR?= ${LIBDIR}/compat/aout |