freebsd-dev/lib
Bruce Evans 90152d9d21 Made this actually work when there's an object directory:
- replaced bogus dependencies of distribution sources on generated
  sources by the same ones that bsd.lib.mk would generate if it knew
  all the sources.  We shoot ourself in the foot by not naming the
  generated (included) sources *.h, so we can just put the generated
  sources in SRCS.
- replaced -I${.CURDIR} by `-I.'.  Here `.' is an alias for ${.OBJDIR}.
  -I${.CURDIR} didn't do anything, since ${.CURDIR} is the default in
  all cases here (it would be necessary for ""-style includes made from
  sources in ${.OBJDIR}.

Don't use `+=' for setting CLEANFILES for the first time.

Added $Id$.
1998-08-17 20:39:09 +00:00
..
compat
csu
libalias Add CUSEEME support. This has *not* been tested, nor 1998-06-24 06:58:00 +00:00
libbind
libc Update to use the new elf headers. 1998-08-17 08:47:19 +00:00
libc_r Add missing initialization of the length variable passed to 1998-08-12 20:29:29 +00:00
libcalendar
libcom_err
libcompat
libcrypt
libcurses
libdisk Extend the existing hackery to set the disk type to SCSI for the 1998-06-27 02:01:25 +00:00
libedit Fixed print format errors. 1998-06-30 18:03:05 +00:00
libf2c
libF77
libfetch Made this actually work when there's an object directory: 1998-08-17 20:39:09 +00:00
libftpio
libgnumalloc
libI77
libipx Fixed printf format errors. 1998-06-30 18:06:23 +00:00
libkse Add extra initialisation code that is required for processes that 1998-08-10 01:24:22 +00:00
libkvm Add an alpha machdep for kvm. The vatop functions are stubbed out for 1998-08-15 12:12:22 +00:00
libm
libmd
libmytinfo Make the locally built and executed build tools in this directory 1998-08-15 07:15:51 +00:00
libncurses Fix keypad on/off for ^Z suspends by replacing reset_*_mode() 1998-06-19 16:12:41 +00:00
libopie
libpam/modules
libpcap
libpthread Add extra initialisation code that is required for processes that 1998-08-10 01:24:22 +00:00
libresolv
librpcsvc
libscsi
libskey Correct the description of skeyaccess(). It determines whether Unix 1998-08-05 23:42:10 +00:00
libss
libtcl
libtelnet
libtermcap
libutil Print uid/gid as u_long per bde suggestion 1998-07-29 14:05:01 +00:00
libvgl
libxpg4 I have added the support for BIG5 encoding into libc/libxpg4/mklocale. 1998-08-15 12:51:49 +00:00
liby
libz
msun
ncurses/ncurses
Makefile Cross my fingers and enable libfetch. 1998-08-17 09:32:07 +00:00
Makefile.inc