diff options
author | jhay <jhay@FreeBSD.org> | 1999-04-07 10:57:26 +0000 |
---|---|---|
committer | jhay <jhay@FreeBSD.org> | 1999-04-07 10:57:26 +0000 |
commit | bdfcb84054121852260eb6336ff07e7ca57ee832 (patch) | |
tree | ab605e81876a65761e9ed3df55e4360071f2924c /lib/compat | |
parent | 88f6c1a7e8dcda5f7f3b7b9f5f96554a00d38afc (diff) | |
download | FreeBSD-src-bdfcb84054121852260eb6336ff07e7ca57ee832.zip FreeBSD-src-bdfcb84054121852260eb6336ff07e7ca57ee832.tar.gz |
Add aout to the links also.
Reviewed by: peter
Diffstat (limited to 'lib/compat')
-rw-r--r-- | lib/compat/compat1x/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/compat/compat1x/Makefile b/lib/compat/compat1x/Makefile index 625e8f0..2d7a969 100644 --- a/lib/compat/compat1x/Makefile +++ b/lib/compat/compat1x/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.7 1997/02/22 14:57:35 peter Exp $ +# $Id: Makefile,v 1.8 1999/04/06 12:51:42 peter Exp $ DISTRIBUTION= compat1x @@ -9,7 +9,8 @@ LIBS= libc.so.1.1 libcurses.so.1.1 libf2c.so.1.1 libg++.so.1.1 \ libutil.so.1.1 liby.so.1.1 CLEANFILES+= ${LIBS} -LINKS= ${LIBCOMPATDIR}/libtermcap.so.1.1 ${LIBCOMPATDIR}/libtermlib.so.1.1 +LINKS= ${LIBCOMPATDIR}/aout/libtermcap.so.1.1 \ + ${LIBCOMPATDIR}/aout/libtermlib.so.1.1 all: ${LIBS} |