aboutsummaryrefslogtreecommitdiff
path: root/include/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Removed installhdrs target. It was an unnecessary complication.Bruce Evans1997-09-161-7/+2
| | | | Notes: svn path=/head/; revision=29504
* SYSV has both <poll.h> and <sys/poll.h>. (poll.h merely #includesPeter Wemm1997-09-141-2/+2
| | | | | | | | | sys/poll.h). Just provide a link, it's close enough. :-) In an ideal world the prototype for poll() would be in <poll.h> but some code seems to expect it in <sys/poll.h>, so we can't win there. Notes: svn path=/head/; revision=29370
* Don't traverse subdirectories twice for normal installs.Bruce Evans1997-08-211-1/+4
| | | | Notes: svn path=/head/; revision=28543
* fix a problem with headers not being installed properly... basicly theJohn-Mark Gurney1997-08-211-2/+2
| | | | | | | | | | installhdrs target was not being propagated to the subdirs... also fix rpcsvc's Makefile to have a installhdrs target to install the headers.. Notes: svn path=/head/; revision=28524
* split beforeinstall hook up so that the header install stuff is reachablePeter Wemm1997-08-181-2/+4
| | | | | | | without risking invoking ${SHARED}. Notes: svn path=/head/; revision=28356
* Use relative symlinks so they work even when ${DESTDIR} is not empty.Satoshi Asami1997-07-311-3/+3
| | | | | | | Reviewed by: jkh, bde Notes: svn path=/head/; revision=27803
* Add stringlist functions from NetBSD. (required for the new ftp(1)Mike Smith1997-06-251-4/+4
| | | | | | | Obtained from: NetBSD Notes: svn path=/head/; revision=26924
* Go to SHARED=copies by default.Jordan K. Hubbard1997-06-051-5/+6
| | | | | | | Agreed-upon by: lots-o-folks. Notes: svn path=/head/; revision=26457
* Add new files in include/rpc.Bill Paul1997-05-281-2/+3
| | | | Notes: svn path=/head/; revision=26212
* Fill out the ELF header files to make them more or less complete.John Polstra1997-05-211-2/+2
| | | | | | | | Fix a macro name that was misspelled both in brandelf.c and imgact_elf.h. Notes: svn path=/head/; revision=25984
* Build osreldate.h at build time rather than install time. This fixesPeter Wemm1997-05-121-15/+20
| | | | | | | a breakage with 'make reinstall' on a read-only source tree. Notes: svn path=/head/; revision=25734
* Removed login_cap.h, now moved to src/lib/libutil.David Nugent1997-05-101-2/+2
| | | | Notes: svn path=/head/; revision=25659
* Don't try to install f2c'h now that it's installed fromSatoshi Asami1997-04-251-2/+2
| | | | | | | /usr/src/usr.bin/f2c. :) Notes: svn path=/head/; revision=25134
* Don't use a dot in the chown command. In fact, don't use a chown command.Bruce Evans1997-03-091-8/+3
| | | | | | | | | Use mtree instead of mkdir+chown+chmod to build the subdirectory hierachy. The corresponding mtree command in src/etc/Makefile can't be relied on because the hierachy gets blown away in the default SHARED=symlinks case. Notes: svn path=/head/; revision=23566
* Install headers for isofs/cd9660 and msdosfs. The mount utilities needBruce Evans1997-03-021-8/+8
| | | | | | | | | | | | | them now that <sys/mount.h> no longer declares filesytem-specific mount args structs. Renamed some macros to be less ufs-centric. Fixed order of mkdirs. The order has been broken since the backwards `.for' loop bug was fixed in `make' on 1996/09/21. Notes: svn path=/head/; revision=23263
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-231-1/+1
| | | | Notes: svn path=/head/; revision=23037
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
| | | | | | | | | | | This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so long. Boy, I'm glad we're not using sup anymore. This update would have been insane otherwise. Notes: svn path=/head/; revision=21673
* Add the forgotten login_cap.hSøren Schmidt1997-01-041-3/+3
| | | | Notes: svn path=/head/; revision=21306
* Geeze, I'm really off-target on my Makefile hacking tonite. Guess I'llJordan K. Hubbard1996-12-301-3/+3
| | | | | | | | | | go to bed. :-) Revert this change which would have broken the ${DESTDIR} relative link when chrooted. Pointed-Out-To-My-Embarassment-By: bde Notes: svn path=/head/; revision=21044
* Add some missing ${DESTDIR}s here.Jordan K. Hubbard1996-12-301-3/+3
| | | | Notes: svn path=/head/; revision=21038
* Add back netnsJordan K. Hubbard1996-10-171-3/+3
| | | | Notes: svn path=/head/; revision=18999
* Fixed CLEANFILES. osreldate was missing.Bruce Evans1996-09-201-3/+4
| | | | | | | Cleaned up LDIRS line. Notes: svn path=/head/; revision=18420
* install rpc header filesAdam David1996-09-011-1/+4
| | | | Notes: svn path=/head/; revision=17992
* echo -> ${ECHO}Peter Wemm1996-08-301-6/+6
| | | | | | | | | | do the rm -rf and ln -s in two seperate commands to allow a fork/exec without a "sh -c" in the middle. Submitted by: bde Notes: svn path=/head/; revision=17954
* Clean up include Makefile:Peter Wemm1996-08-291-75/+61
| | | | | | | | | | | | | | | - use .for loops instead of shell for loops. This means we can be shown what is happening while it's going, rather than some pacifier "echo" statement. - use "${INSTALL} -C", nuke the "cmp -s" hack - for "copies" mode, the include files are no longer touched each time the world is built. (ie: no rm -rf. symlinks are removed, mtree builds the new dirs or confirms the existing ones) - osreldate.h is build in the local dir and conditionally installed, rather than built in /usr/include and either renamed or deleted. Notes: svn path=/head/; revision=17900
* Submitted by: John Birrell <cimaxp1!jb@werple.net.au>Julian Elischer1996-08-201-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Here are the diffs for libc_r to get it one step closer to P1003.1c These make most of the thread/mutex/condvar structures opaque to the user. There are three functions which have been renamed with _np suffixes because they are extensions to P1003.1c (I did them for JAVA, which needs to suspend/resume threads and also start threads suspended). I've created a new header (pthread_np.h) for the non-POSIX stuff. The egrep tags stuff in /usr/src/lib/libc_r/Makefile that I uncommented doesn't work. I think its best to delete it. I don't think libc_r needs tags anyway, 'cause most of the source is in libc which does have tags. also: Here's the first batch of man pages for the thread functions. The diff to /usr/src/lib/libc_r/Makefile removes some stuff that was inherited from /usr/src/lib/libc/Makefile that should only be done with libc. also: I should have sent this diff with the pthread(3) man page. It allows people to type make -DWANT_LIBC_R world to get libc_r built with the rest of the world. I put this in the pthread(3) man page. The default is still not to build libc_r. also: The diff attached adds a pthread(3) man page to /usr/src/share/man/man3. The idea is that without libc_r installed, this man page will give people enough info to know that they have to build libc_r. Notes: svn path=/head/; revision=17706
* Create FreeBSD copyright (c comment) for OS versionWolfram Schneider1996-08-041-3/+4
| | | | Notes: svn path=/head/; revision=17432
* Add netatalk symlink, ifconfig not compiled in other caseAndrey A. Chernov1996-07-091-2/+2
| | | | Notes: svn path=/head/; revision=17038
* Add `netkey' to list of kernel directories to include in /usr/include.Garrett Wollman1996-06-151-2/+2
| | | | Notes: svn path=/head/; revision=16396
* Install pccard includes.Poul-Henning Kamp1996-06-041-2/+2
| | | | Notes: svn path=/head/; revision=16113
* Don't install netns, it doesn't exist any more.Garrett Wollman1996-02-141-2/+2
| | | | Notes: svn path=/head/; revision=14095
* Don't install netccitt and netiso, they are going away.Garrett Wollman1996-02-061-2/+2
| | | | Notes: svn path=/head/; revision=13941
* Add a missing "chmod 755 /usr/include/ufs" when copies of the includeMike Pritchard1996-01-231-1/+2
| | | | | | | files are installed instead of symlinks. Notes: svn path=/head/; revision=13589
* Reviewed by: julian and (hsu?)Julian Elischer1996-01-221-4/+4
| | | | | | | | | Submitted by: John Birrel(L?) changes for threadsafe operations Notes: svn path=/head/; revision=13545
* Removed reference to missing mp.h in comment. We have GNU MP now.Mark Murray1995-11-121-2/+1
| | | | Notes: svn path=/head/; revision=12241
* Submitted by: john hayJulian Elischer1995-10-271-2/+2
| | | | | | | add a link in /usr/include to /sys/netipx Notes: svn path=/head/; revision=11839
* Change `install' to `${INSTALL}' so that default install flags can beBruce Evans1995-08-061-3/+3
| | | | | | | | | | 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. Notes: svn path=/head/; revision=9970
* Don't install bogus tzfile.h. In fact, don't install any tzfile.h.Garrett Wollman1995-08-051-2/+2
| | | | Notes: svn path=/head/; revision=9934
* Remove NOOBJ, we now need it.Rodney W. Grimes1995-07-131-4/+2
| | | | | | | | Remove JUST_TELL_ME hack, let the newvers.sh output fall into the obj dir, and add CLEANFILES= to clean up after it. Notes: svn path=/head/; revision=9512
* Add a sprinkling of ${.CURDIR} to some paths so that this worksRodney W. Grimes1995-07-131-5/+6
| | | | | | | | in the presence of an obj dir (though NOOBJ is set now, that shall change in the near future.) Notes: svn path=/head/; revision=9511
* Add a necessary include file for the catgets* routines.Jordan K. Hubbard1995-03-301-2/+2
| | | | | | | Obtained from: NetBSD Notes: svn path=/head/; revision=7495
* add strhash.h for libc's new string hashing function.Jordan K. Hubbard1995-03-261-3/+3
| | | | Notes: svn path=/head/; revision=7387
* A little fix related to libm/msun migration.Poul-Henning Kamp1995-03-221-2/+2
| | | | | | | | Reviewed by: phk Submitted by: rgrimes Notes: svn path=/head/; revision=7242
* Create osreldate.h from sys/conf/newvers.sh if we an find it. ThisPoul-Henning Kamp1995-03-191-2/+10
| | | | | | | | should take a completely ridiculous reboot out of the "make release" process... Notes: svn path=/head/; revision=7152
* Temporarily add mkdir/chown of /usr/include/${LUDIR} so that thingsRodney W. Grimes1995-03-181-1/+3
| | | | | | | | are consistent with the mtree file. These and all other mkdir/chown/ chmod calls shall be removed in a future version of this file. Notes: svn path=/head/; revision=7131
* Add malloc.h for better SYSV/Linux compatibility like mostAndrey A. Chernov1994-11-151-2/+2
| | | | | | | | providers (like SUN f.e.) does. malloc.h have comment about its SYSVism Notes: svn path=/head/; revision=4499
* Clean up install rulesPaul Traina1994-11-011-5/+4
| | | | Notes: svn path=/head/; revision=4044
* Delete the clean and cleandir target and let the bsd.prog.mk do theAndreas Schulz1994-10-311-2/+2
| | | | | | | | work. Error was with the private clean/cleandir pair, the obj under include/rpcsvc doesn't get cleaned out. Notes: svn path=/head/; revision=4019
* Install f2c.h for FORTRAN support.L Jonas Olsson1994-10-261-2/+2
| | | | | | | Obtained from: netlib.att.com Notes: svn path=/head/; revision=3908
* Don't install symlink frame.h -> machine/frame.h. <frame.h> is nonstandardBruce Evans1994-10-031-2/+2
| | | | | | | and unused. Notes: svn path=/head/; revision=3329