Commit Graph

1068 Commits

Author SHA1 Message Date
gwr
386c8864bc Set the .NOPATH flag for ${OBJS} (from Christos). 1997-05-08 21:21:25 +00:00
gwr
1f53401903 Set the .NOPATH flag for the .depend target. 1997-05-08 21:18:59 +00:00
mycroft
8350f2906b Fix the MACHINE and MACHINE_ARCH links. 1997-05-07 19:34:16 +00:00
mycroft
2189b1da42 Make $S default to /sys. 1997-05-07 19:25:16 +00:00
augustss
c397fa8357 Return audio buffer size in audio_info_t with ioctl() AUDIO_GETINFO.
Use the buffer size to implement one more OSS ioctl().
1997-05-07 19:24:25 +00:00
mycroft
413d34c758 Add some dummy targets. 1997-05-07 19:09:47 +00:00
mycroft
b81d43c325 Fix typo. 1997-05-07 17:17:20 +00:00
mycroft
b2a77a6aa4 Don't use _SUBDIRUSE outside of bsd.subdir.mk. 1997-05-07 17:06:16 +00:00
mycroft
b89441bd06 Always define cleanman. 1997-05-07 16:45:40 +00:00
mycroft
78f9e94dd2 Always define cleandepend. Don't use a .depend target if SRCS is empty. 1997-05-07 16:44:04 +00:00
mycroft
b475e889d8 Introduce a separate cleandoc target. 1997-05-07 16:35:44 +00:00
mycroft
6df71800cb Use afterinstall, not realinstall, for data files. 1997-05-07 16:12:00 +00:00
mycroft
9091c8c59a Clean up the proginstall hacks a little. 1997-05-07 16:06:00 +00:00
mycroft
bb8827f7d1 Various simplifications. 1997-05-07 15:53:28 +00:00
mycroft
aec27c808c Add some missing .PHONYs. 1997-05-07 09:43:32 +00:00
mycroft
1bd348b5f9 Shuffle some .PHONYs around, to work better with `-t'. 1997-05-07 08:42:18 +00:00
mycroft
6a00bc76f3 Set the .MAKE attribute for all recursive targets. 1997-05-06 23:53:40 +00:00
mycroft
2da111c521 Make most of the install targets .PRECIOUS. 1997-05-06 21:29:33 +00:00
mycroft
5acae7b6ea Add a pile of missing .PHONYs. 1997-05-06 20:54:31 +00:00
perry
930d115a51 Update to note a linux_lib-2.4.tar.gz is available from the
FreeBSD folks.
1997-04-29 16:16:40 +00:00
jonathan
65a1c6544a Fix tyop (accidentally snippedl line). 1997-04-27 11:58:46 +00:00
jonathan
89ea27100f Update media selection, add 100Mbit info.
Add cross-references to parent buses.
1997-04-27 09:43:05 +00:00
jonathan
f906f30c34 Add isapnp(4) man page. 1997-04-27 09:09:50 +00:00
is
412fee4faf - Minor brushup of man page.
- Try to fix manual installation.
1997-04-24 08:02:29 +00:00
mrg
34affd9ae4 add ip-filter options. 1997-04-21 13:00:52 +00:00
mellon
86b1df4e9f Document dc flag 1997-04-20 00:05:27 +00:00
christos
b69d8d5561 Update for incremental make changes. 1997-04-19 22:24:30 +00:00
jtc
1558b93d4c fix typo 1997-04-18 19:14:33 +00:00
christos
b339c21257 Add ${LIBNTP} 1997-04-18 14:30:24 +00:00
jtc
3e31b96702 Add entry for POSIX.1b 1997-04-17 18:02:10 +00:00
mikel
6cb2fd80d8 fix area codes (210, 512, 817) of some Texas cities; from
Dave Huang <khym@bga.com>.
also added some more codes that took effect in April 1997.
1997-04-17 07:02:33 +00:00
thorpej
a585fb7042 Add several HOST_* variables. These identical to their non-HOST_
counterparts, and are used to compile programs that are needed to
compile other programs (see src/bin/sh for an example use).  These
facilitate cross-compiling.

Define an NM variable - the program to use for nm(1)
1997-04-17 06:43:32 +00:00
thorpej
985170db35 - Properly depend on crtbegin.o and crtend.o for platforms that use
them (currently Alpha and PowerPC)
- STRIP -> STRIPFLAG
1997-04-17 06:40:32 +00:00
thorpej
9377c557b2 Rename STRIP -> STRIPFLAG - this is a flag passed to install(1) to
indicate whether or not the program should be stripped.  This rename
allows the user to set STRIP as an alternative to /usr/bin/strip,
helping cross-compiling.
1997-04-17 06:34:15 +00:00
thorpej
2e6057dd39 Pass the program to use for nm(1) to lorder(1), helps cross-compiling. 1997-04-17 06:32:23 +00:00
mikel
80190df338 update some .nl prefixes; from Janjaap van Velthooven <janjaap@stack.nl>
in OpenBSD PR 160.
1997-04-17 06:02:03 +00:00
christos
c9ba10ae4a Annotate missing directories as [skipped: missing] (from Christoph Badura) 1997-04-16 14:09:16 +00:00
christos
9a7df3e0e4 Skip missing subdirectories to enable builds in partial source trees.
Directories being skipped are mentioned as '===> dir [skipped]'
1997-04-15 21:32:40 +00:00
christos
a2a43b1836 Make the obj' target .PHONY', so that does not get affected by .PATH/VPATH
This is not hurting things right now, and it will help things when path
searching for target nodes is enabled for make.
1997-04-15 21:29:09 +00:00
perry
138bcc102f fix 3497 from Manuel Bouyer -- install source man pages with proper suffix. 1997-04-15 16:57:46 +00:00
mrg
601c0eaed7 update this a bit. 1997-04-13 13:48:51 +00:00
mrg
d7afda6db3 update this to somewhat closer to reality. 1997-04-13 13:46:56 +00:00
mikel
37cc5a6912 add md(4) page for memory disk pseudo-device 1997-04-11 05:26:25 +00:00
mikel
848bdf7930 supply missing .Nm, and other cleanup 1997-04-11 05:14:20 +00:00
mikel
4c95bb8a08 add synopsis line for isapnp attachment
add pointers to aic(4) and joy(4)
1997-04-10 07:30:03 +00:00
jeremy
993d27e731 Made changes to reflect new netstart script and ifconfig options.
(thanks to frueauf@ira.uka.de).  Closes PR#3470.
1997-04-10 06:36:28 +00:00
mikel
f757ccd497 fix some typos; from Thorsten Frueauf in PR misc/3465.
also update and clean up a bit.
1997-04-09 05:13:44 +00:00
mikel
35650bb88f xref slattach(8), not slipattach(8); from Thorsten Frueauf in PR misc/3164.
clean up .Nm usage, use .Cd and .Nx where advantageous, capitalize SLIP.
1997-04-09 04:36:34 +00:00
mikel
368cd458f8 fix some typos 1997-04-08 04:46:55 +00:00
mouse
03c91976bf Update (rewrite significant fraction of, actually) this to at least
approximately match current reality.  Also give some description of
HP-UX-style event format, with a table of key/button codes discovered
by experimentation with my keyboard/mouse.  (Ain't great, but better
than what was there, which was zilcho.)
1997-04-06 15:09:48 +00:00