wollman
344773c785
Don't install netns, it doesn't exist any more.
1996-02-14 15:17:53 +00:00
wollman
ea1f3c2eef
Don't install netccitt and netiso, they are going away.
1996-02-06 20:42:46 +00:00
mpp
3539397c32
Add a missing "chmod 755 /usr/include/ufs" when copies of the include
...
files are installed instead of symlinks.
1996-01-23 15:56:43 +00:00
julian
619b731f5b
Reviewed by: julian and (hsu?)
...
Submitted by: John Birrel(L?)
changes for threadsafe operations
1996-01-22 00:02:33 +00:00
markm
6de60d6095
Removed reference to missing mp.h in comment. We have GNU MP now.
1995-11-12 19:29:08 +00:00
julian
097421f540
Submitted by: john hay
...
add a link in /usr/include to /sys/netipx
1995-10-27 06:51:02 +00:00
bde
6579f34131
Change install' to
${INSTALL}' so that default install flags can be
...
specified in the top level Makefiles.
Previously I missed dozens of Makefiles that skip the install after
using `cmp -s' to decide that the install isn't necessary.
1995-08-06 12:24:38 +00:00
wollman
bb1cde1c8e
Don't install bogus tzfile.h. In fact, don't install any tzfile.h.
1995-08-05 20:24:32 +00:00
rgrimes
b6a813b99b
Remove NOOBJ, we now need it.
...
Remove JUST_TELL_ME hack, let the newvers.sh output fall into the
obj dir, and add CLEANFILES= to clean up after it.
1995-07-13 10:04:11 +00:00
rgrimes
a3e42e9be9
Add a sprinkling of ${.CURDIR} to some paths so that this works
...
in the presence of an obj dir (though NOOBJ is set now, that shall
change in the near future.)
1995-07-13 09:57:34 +00:00
jkh
88e73c918c
Add a necessary include file for the catgets* routines.
...
Obtained from: NetBSD
1995-03-30 12:47:56 +00:00
jkh
00fee885a6
add strhash.h for libc's new string hashing function.
1995-03-26 10:12:53 +00:00
phk
ac7827fe75
A little fix related to libm/msun migration.
...
Reviewed by: phk
Submitted by: rgrimes
1995-03-22 07:29:58 +00:00
phk
6b86bde9b5
Create osreldate.h from sys/conf/newvers.sh if we an find it. This
...
should take a completely ridiculous reboot out of the "make release"
process...
1995-03-19 07:25:17 +00:00
rgrimes
a2952acc6d
Temporarily add mkdir/chown of /usr/include/${LUDIR} so that things
...
are consistent with the mtree file. These and all other mkdir/chown/
chmod calls shall be removed in a future version of this file.
1995-03-18 07:03:51 +00:00
ache
aa56ad7f1e
Add malloc.h for better SYSV/Linux compatibility like most
...
providers (like SUN f.e.) does.
malloc.h have comment about its SYSVism
1994-11-15 13:42:20 +00:00
pst
8a9b63d277
Clean up install rules
1994-11-01 09:19:50 +00:00
ats
5d3eef2577
Delete the clean and cleandir target and let the bsd.prog.mk do the
...
work. Error was with the private clean/cleandir pair, the obj under
include/rpcsvc doesn't get cleaned out.
1994-10-31 00:42:20 +00:00
ljo
d76ef76f7b
Install f2c.h for FORTRAN support.
...
Obtained from: netlib.att.com
1994-10-26 18:35:40 +00:00
bde
6e00d66f14
Don't install symlink frame.h -> machine/frame.h. <frame.h> is nonstandard
...
and unused.
1994-10-03 04:15:54 +00:00
pst
2bf66335a6
Only reinstall osreldate.h if necessary
1994-09-29 21:29:22 +00:00
pst
ae9edbb62f
skey.h has moved elsewhere
1994-09-29 21:17:49 +00:00
bde
ee4760d1f2
Install osreldate.h with the correct owner, group and mode. It is still
...
created at install time and not compared with the current version, so
it can't be installed using install and the timestamp of the target gets
clobbered.
1994-09-15 20:07:18 +00:00
bde
0372ed61cb
Don't install math.h if WANT_MSUN is defined. lib/msun has its own
...
math.h with many extensions.
1994-09-08 10:36:30 +00:00
bde
fc79ecf3e0
Use ${ECHO} instead of echo' so that
make -s' is fairly quiet.
1994-08-28 17:44:10 +00:00
paul
a376cb63c7
Added skey.h to Makefile and reformatted the list a bit.
...
Reviewed by:
Submitted by:
1994-08-20 12:00:06 +00:00
wollman
f0e3ec0f96
Make it easier for programs to figure out what revision of FreeBSD they
...
are running under. Here's how to bootstrap (order is important):
1) Re-compile gcc (just the driver is all you need).
2) Re-compile libc.
3) Re-compile your kernel. Reboot.
4) cd /usr/src/include; make install
You can now detect the compilation environment with the following code:
#if !defined(__FreeBSD__)
#define __FreeBSD_version 199401
#elif __FreeBSD__ == 1
#define __FreeBSD_version 199405
#else
#include <osreldate.h>
#endif
You can determine the run-time environment by calling the new C library
function getosreldate(), or by examining the MIB variable kern.osreldate.
For the time being, the release date is defined as 199409, which we have
already established as our target.
1994-08-10 06:25:07 +00:00
wollman
bb746b8f31
Make sure that rpcsvc headers actually get installed.
1994-08-07 22:29:20 +00:00
wollman
85ada48073
histedit.h is now installed from here, not from libedit.
1994-08-04 20:49:28 +00:00
wollman
4e7c0a8db9
Install RPC headers from include, like they always should have been.
1994-08-04 20:39:34 +00:00
wollman
c769b45a20
Added glueo build rpcsvc stuff, and install floatingpoint.h.
1994-08-04 19:04:38 +00:00
rgrimes
db19fb8662
Add link.h to list of headers to install.
1994-05-28 09:37:33 +00:00
rgrimes
e0abbc8f3f
Make comments about what is missing the same as in other makefiles.
...
Remove the commented out stuff about X11 as the system sources should
not be doing anything with X11.
1994-05-28 06:17:33 +00:00
rgrimes
c8d20ee307
Update the Makefile to work correctly when copying and/or symlinking
...
/usr/include.
Make comment about mp.h missing and remove it from the list of files.
Fix installation of ufs include files as this is now a tree ufs/{ffs,lfs,
mfs,ufs}.
Make setting of SHARED optional by makeing it SHARED?=.
Comment out installation of X11 includes since it does not work
for XFree86 until we get XFree86 to install as /usr/X11.
Update _PATH_UNIX to be /kernel. Remove /usr/{contrib,old}/bin from
_PATH_STDPATH.
1994-05-26 13:48:52 +00:00
rgrimes
a6ce65d368
BSD 4.4 Lite Include Sources
1994-05-24 09:57:34 +00:00