mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
/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.
This commit is contained in:
parent
e24168e6c3
commit
e96d0b23ba
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue