mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2025-01-10 16:31:18 +01:00
Add aout to the links also.
Reviewed by: peter
This commit is contained in:
parent
22e99a4288
commit
c7b579a379
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=45429
@ -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}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user