cabb97dcbf
Move a.out libraries to /usr/lib/aout to make space for ELF libs. Make rtld usr /usr/lib/aout as default library path. Make ldconfig reject /usr/lib as an a.out library path. Fix various Makefiles for LIBDIR!=/usr/lib breakage. This will after a make world & reboot give a system that no longer uses /usr/lib/*, infact one could remove all the old libraries there, they are not used anymore. We are getting close to an ELF make world, but I'll let this all settle for a week or two...
8 lines
134 B
Makefile
8 lines
134 B
Makefile
# $Id: Makefile.inc,v 1.4 1997/02/22 12:47:27 peter Exp $
|
|
|
|
# already set in bsd.kmod.mk
|
|
# KMODDIR= /lkm
|
|
|
|
CFLAGS+=-aout
|
|
LDFLAGS+=-aout
|