NetBSD/lib
thorpej c8160e6ecd Un-"protect" term_beep() and rename it to __term_beep() to keep it out
of the user's namespace.  We need to do this because the readline
emulation functions call term_beep(), but readline isn't built using
the same (funky) namespace-protection method as the rest of libedit (it's
included like a normal library object).

Without this (fairly disgusting) hack, any program linked against
libedit will fail to link with an unresolved reference to term_beep()
if using an Elf toolchain (e.g. on the Alpha).

XXX Why this doesn't happen with NetBSD's a.out toolchain is a mystery
XXX to me, and I'm not sure I really want to know (given that a.out
XXX _should_ break the same way as Elf does in this case).
1997-11-13 04:48:48 +00:00
..
csu use a common Makefile.csu.aout for the a.out ports 1997-10-27 01:03:39 +00:00
libarch Define mahor and minor numbers of the shared library. 1997-10-05 23:49:25 +00:00
libc Fix compile problem. 1997-11-12 05:49:24 +00:00
libcompat use CPPFLAGS instead of CFLAGS 1997-10-22 23:33:05 +00:00
libcrypt specify array sizes in init_perm prototype. One of the array specifications 1997-11-04 03:31:45 +00:00
libcurses Changes to make endwin() act like a SIGSTP in terms of nicely restarting 1997-11-13 00:40:27 +00:00
libedit Un-"protect" term_beep() and rename it to __term_beep() to keep it out 1997-11-13 04:48:48 +00:00
libkvm --Fix k1seg translation, which has been broken since 1997-11-02 08:35:08 +00:00
libkvm.old use CPPFLAGS instead of CFLAGS 1997-10-23 02:28:37 +00:00
libl use new id style. 1995-02-25 09:02:37 +00:00
libm add missing .Nm calls and MLINKS. from spz@serpens.swb.de 1997-11-12 00:47:32 +00:00
libntp use CPPFLAGS instead of CFLAGS 1997-10-23 02:41:28 +00:00
libossaudio back out last change 1997-11-07 05:34:07 +00:00
libpcap lint 1997-11-05 21:37:27 +00:00
libposix sh makelintstub, rather than trying to execute it directly 1997-11-06 22:34:01 +00:00
libresolv use CPPFLAGS instead of CFLAGS 1997-10-23 03:20:40 +00:00
librmt - Convert a few functions to variable arguments so that they can be 1997-10-21 19:58:21 +00:00
librpcsvc remove WARNS=0, because mycroft fixed rpcgen(1) to DTRT WRT outputting KNF. 1997-10-09 22:26:17 +00:00
libskey remove superfluous CFLAGS line; WARNS=1 provides the same thing 1997-10-23 03:23:03 +00:00
libtelnet use CPPFLAGS instead of CFLAGS 1997-10-23 03:24:56 +00:00
libterm use CPPFLAGS instead of CFLAGS 1997-10-23 03:27:34 +00:00
libutil use CPPFLAGS instead of CFLAGS, remove -Wall et al (WARNS=1 already does this) 1997-10-23 03:29:09 +00:00
libwrap add missing .Nm calls and MLINKS. from spz@serpens.swb.de 1997-11-12 00:47:32 +00:00
liby - define WARNS?=1 in the top-level Makefile.inc, and don't define 1997-10-09 14:36:17 +00:00
libz use CPPFLAGS instead of CFLAGS 1997-10-23 03:31:09 +00:00
Makefile NetBSD/x68k now use libkvm instead of libkvm.old 1997-10-19 19:07:24 +00:00
Makefile.inc - define WARNS?=1 in the top-level Makefile.inc, and don't define 1997-10-09 14:36:17 +00:00
bumpversion - define WARNS?=1 in the top-level Makefile.inc, and don't define 1997-10-09 14:36:17 +00:00