freebsd_amp_hwpstate/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 Add libg++ 3.0 1997-04-03 06:08:28 +00:00
csu Fixed double slashes in pathnames. 1998-05-31 11:32:38 +00:00
libF77 Resurrect exit.c 1998-04-29 22:43:18 +00:00
libI77 Upgrade to the 1997/02/26 version. 1997-04-13 01:16:58 +00:00
libalias Add CUSEEME support. This has *not* been tested, nor 1998-06-24 06:58:00 +00:00
libbind Sigh, mkdep doesn't know about all the CFLAGS to pass during depend 1998-06-11 10:39:32 +00:00
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 .Sh AUTHOR -> .Sh AUTHORS. Use .An/.Aq 1998-03-19 07:34:22 +00:00
libcom_err Revert $FreeBSD$ to $Id$ 1997-02-22 15:12:41 +00:00
libcompat Move ftok() from libcompat to libc, so that it can be closer to its 1998-06-10 16:20:21 +00:00
libcrypt Turn on the rcsid storage so that it's easier to tell the difference 1998-05-28 12:52:03 +00:00
libcurses Allow this to include from C++ programs. 1998-05-31 20:12:06 +00:00
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 Resurrect exit.c 1998-04-29 22:43:18 +00:00
libfetch Made this actually work when there's an object directory: 1998-08-17 20:39:09 +00:00
libftpio Correctly figure out that the remove cannot do passive mode. 1998-04-11 07:28:53 +00:00
libgnumalloc Revert $FreeBSD$ to $Id$ 1997-02-22 15:12:41 +00:00
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 This commit was generated by cvs2svn to compensate for changes in r27180, 1997-07-03 03:28:27 +00:00
libmd Split the padding out into a separate function. 1998-03-27 10:23:00 +00:00
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 Move locks from /etc/opielocks to /var/run/opielocks to keep 1997-10-01 13:02:20 +00:00
libpam/modules .Sh AUTHOR -> .Sh AUTHORS. Use .An/.Aq. 1998-03-23 07:48:45 +00:00
libpcap Simplified by using new yacc rules. 1998-05-08 06:43:07 +00:00
libpthread Add extra initialisation code that is required for processes that 1998-08-10 01:24:22 +00:00
libresolv Yet another attempt to remove the old libraries correctly. libfoo.* 1996-10-08 20:06:41 +00:00
librpcsvc Toss publickey.c in the attic and remove it from the Makefile. 1998-05-18 21:59:53 +00:00
libscsi -I${DESTDIR}/sys -> -I${.CURDIR}/../../sys. 1997-08-26 14:13:02 +00:00
libskey Correct the description of skeyaccess(). It determines whether Unix 1998-08-05 23:42:10 +00:00
libss Remove a 'const' because it was getting thrown away anyway. 1998-05-10 23:48:18 +00:00
libtcl Regenerate (install tclAppInit.c in the installhdrs step). 1998-03-23 13:21:35 +00:00
libtelnet Revert $FreeBSD$ to $Id$ 1997-02-22 15:12:41 +00:00
libtermcap Understand elf library naming rules for libtermlib alias. 1998-06-12 15:57:59 +00:00
libutil Print uid/gid as u_long per bde suggestion 1998-07-29 14:05:01 +00:00
libvgl .Sh AUTHOR -> .Sh AUTHORS. Use .An/.Aq 1998-03-19 07:34:22 +00:00
libxpg4 I have added the support for BIG5 encoding into libc/libxpg4/mklocale. 1998-08-15 12:51:49 +00:00
liby Revert $FreeBSD$ to $Id$ 1997-02-22 15:12:41 +00:00
libz Backup out the last commit, it was already there. 1998-04-17 08:31:07 +00:00
msun There is no alpha asm code like on i386, so all the functions that 1998-05-10 23:46:01 +00:00
ncurses/ncurses Renamed the generated include file keys.tries to keys.tries.h so 1998-03-20 16:50:08 +00:00
Makefile Cross my fingers and enable libfetch. 1998-08-17 09:32:07 +00:00
Makefile.inc