NetBSD/gnu
perry 48060bc2d7 Fix bug which has kept ld.so from being built for some time:
<bsd.prog.mk> was being included before an .if !defined(NOPIC)
which added rtld to the SUBDIRs. This was so that the definition
of NOPIC would get picked up. Unfortunately, this is WRONG, because
after <bsd.prog.mk> is included you shouldn't be able to touch SUBDIR
as the magic has already happened.

However, a complementary bug in the .mk files kept anyone from
noticing until now.

Fixed by moving the include of <bsd.prog.mk> to the bottom and
including <bsd.own.mk> above the .if !defined, which is the correct
way to do this sort of thing.
1997-03-24 19:54:35 +00:00
..
dist/gdb NetBSD/alpha changes 1997-02-16 08:19:41 +00:00
games Use ${INSTALL}. 1996-10-18 02:52:59 +00:00
lib changes for bsd.lib.mk: s/PICFLAG/CPICFLAGS/ 1997-03-16 15:45:15 +00:00
libexec alternate -> alternative, per PR 2643 1997-03-08 13:26:20 +00:00
usr.bin Fix bug which has kept ld.so from being built for some time: 1997-03-24 19:54:35 +00:00
Makefile Don't build games if it's not there. From Matthias Drochner, PR #3130. 1997-01-22 04:19:48 +00:00