Add aout to the links also.

Reviewed by:	peter
This commit is contained in:
John Hay 1999-04-07 10:57:26 +00:00
parent 22e99a4288
commit c7b579a379
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=45429

View File

@ -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}