NetBSD/gnu/usr.bin
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
..
bc fix the the typos 1996-11-10 23:58:22 +00:00
cpio Be pedantic, main() returns int in Standard C. 1996-03-21 18:30:19 +00:00
dc Bring in 1.2 branch fix to HEAD. 1996-06-07 19:46:06 +00:00
diff Fix typo; From Mike Long <mike.long@analog.com> 1996-02-05 06:07:31 +00:00
diff3 NetBSD RCS Id format 1995-04-23 07:58:27 +00:00
gas Fix `L2-L1' expression evaluation botch (from Urban Boquist; PR#3296) 1997-03-09 20:49:06 +00:00
gawk changes to make the src/gnu code compile happily on the alpha: 1995-04-23 08:35:30 +00:00
gcc Add weak symbols on mips by defining ASM_OUTPUT_DEF (for varasm.c) in 1997-03-15 01:35:37 +00:00
gdb Add protocol module for remote IPKDB debugging 1996-10-16 19:49:49 +00:00
grep Fix typo in example; PR #1534 1995-09-27 19:10:49 +00:00
groff force NOLINT, because it's not so useful on groff, since groff is 1996-12-20 16:33:32 +00:00
gzip /etc/termcap -> /usr/share/misc/termcap. Fixes misc/1401. 1996-11-12 07:50:11 +00:00
ld Fix bug which has kept ld.so from being built for some time: 1997-03-24 19:54:35 +00:00
rcs Fix missing "#ifdef LOCALID" from pr#2876 1996-10-21 07:00:06 +00:00
sdiff NetBSD RCS Id format 1995-04-23 07:58:27 +00:00
send-pr Add "security" GNATS category, a companion to the tech-security@netbsd.org 1997-02-21 02:41:37 +00:00
sort alternate -> alternative, per PR 2643 1997-03-08 13:26:20 +00:00
tar print file modes in octal; from Hubert Feyrer in PR bin/3180. 1997-02-07 03:58:45 +00:00
Makefile Generate gas and ld for NetBSD/powerpc 1996-11-03 18:08:48 +00:00
Makefile.inc Add RCS identifiers, remove some completely useless RCS logs and patchkit 1993-08-02 17:48:44 +00:00