freebsd_amp_hwpstate/lib
Bill Paul b337d29402 Repeat after me kids: "I will not try to install files into a directory
when I'm not sure whether or not that directory exists."

Today I discovered that rebuilding /usr/include completely from scratch
doesn't work, because the libss Makefile tries to install headers into
/usr/include/ss, which 'make includes' does not create. The result is that
the libss Makefile plants the header files in /usr/include as individual
files called 'ss,' with the second one overwriting the first, and the
third one overwriting the second. So instead of a directory called
/usr/include/ss, you end up with just one file called /usr/include/ss with
only the last header file in it. Check out /usr/include/ss on freefall
and you'll see what I mean.

I've modified the beforeinstall target in the libss Makefile to check
for the presence of the ${DESTDIR}/usr/include/lbss directory and to
create it if it isn't already there. Hopefully I did it right.
1995-03-15 01:33:05 +00:00
..
csu/i386
libF77
libI77
libc Remove `|| flags & ALT == 0' which was an obscure no-op, not a 1995-03-12 13:53:51 +00:00
libcom_err
libcompat
libcrypt
libcurses
libedit
libf2c
libforms Pull old lex.l out of attic and update to new one. 1995-03-01 08:25:40 +00:00
libkvm
libm
libmd
libmytinfo Solve conflict between two global force variables 1995-03-03 02:34:14 +00:00
libncurses Fix wbkgdset macro 1995-03-13 19:02:04 +00:00
libpam/modules
libpcap
libresolv
librpc
librpcsvc If we are going to set the OBJS target, don't add to the old target. This 1995-03-04 17:39:24 +00:00
libscsi
libskey
libss Repeat after me kids: "I will not try to install files into a directory 1995-03-15 01:33:05 +00:00
libtelnet
libterm
libtermcap
libutil Fix suspended vipw hangs 1995-03-09 21:53:12 +00:00
liby
msun Obtained from: NetBSD 1995-03-08 01:41:40 +00:00
ncurses/ncurses
rpcsvc
Makefile
Makefile.inc