ache
994d127bd4
Remove Delete remapping, unneccesary now
1995-01-26 09:10:41 +00:00
ache
b3e9771a63
Describe Delete key
1995-01-26 09:05:22 +00:00
ache
573c1c2f63
Correct Delete key description
1995-01-26 08:48:13 +00:00
ache
67b2c22321
Describe Delete key
1995-01-26 08:45:51 +00:00
jmz
b5639470d3
Add joystick man page
1995-01-25 21:41:09 +00:00
ache
5ab1c05e59
LIBFORMS & LIBSCSI added
1995-01-25 20:24:01 +00:00
dg
ee18c417ed
Add links from mem.4 to kmem.4.
1995-01-25 09:43:20 +00:00
dg
06f77e97b8
Added link from utmp.5 to lastlog.5.
1995-01-25 09:35:47 +00:00
dg
2871de848d
Added more missing manual pages from 1.1.5.
1995-01-25 09:18:56 +00:00
dg
2c76088f46
Install bpf manual page.
1995-01-25 08:47:30 +00:00
dg
b665918ea6
Added bpf(4) manual page from 1.1.5.
1995-01-25 08:46:06 +00:00
jkh
43338ad78f
NOOBJS was bogus - use the already extant `NOOBJ'.
1995-01-24 17:50:30 +00:00
jkh
097c100f64
Add the ability to say `NOOBJS' to indicate that the target has no object
...
files.
1995-01-24 17:33:22 +00:00
jkh
7cdc9e0322
Fix bogus tab in makesum target.
1995-01-24 02:41:52 +00:00
jkh
5b4807cb2a
Fix this bogus Makefile.
1995-01-24 00:36:27 +00:00
jkh
c93ecf3c2e
Fix more deranged targets.
1995-01-24 00:28:51 +00:00
jkh
5a36750555
Fix bogus all & clean rules.
1995-01-24 00:23:34 +00:00
jkh
2dc3f55626
Fix bogus tab.
1995-01-24 00:22:24 +00:00
jkh
a8745a0ec1
Whomever put the depend rule in screwed it up. Fix it.
1995-01-23 20:53:38 +00:00
jkh
02177b376d
Eliminate a bogus stray tab.
1995-01-23 20:50:56 +00:00
jkh
e69f4b6154
Set PREFIX in the build target. Suggested by John Fieber.
1995-01-23 18:22:36 +00:00
jkh
5d5b5a5987
Update the Korean admin's address.
1995-01-23 02:37:04 +00:00
gpalmer
e0eb6081ea
Oops. Fix up the checksum routine - my last commit broke it slightly.
1995-01-22 20:40:48 +00:00
bde
c853578861
Build ref.bib.i in the object directory.
1995-01-22 16:49:22 +00:00
ache
4c87da56f7
Put brackets around EXTRACT_CMD, can be several commands here
1995-01-17 23:55:53 +00:00
ache
9771a4667a
Remove -Wall for ascii formatting, we don't need so many
...
warnings while formatting standard BSD docs
1995-01-17 22:04:38 +00:00
ache
c15681666c
Modify prev. change, pass internal args directly to groff,
...
if PRINTER == ascii, because nroff shell script strip off
some groff flags
1995-01-17 21:36:06 +00:00
ache
6bb7cbcb7f
Call nroff, if PRINTER == ascii
1995-01-17 21:27:30 +00:00
ache
15793da0e5
Nuke BSD tmac
1995-01-17 19:10:35 +00:00
gpalmer
a2cce0e017
Correct a small problem in that when there isn't a checksum for that
...
particular file, but there is a files/md5, it reports that it failed
the checksum
1995-01-16 23:33:08 +00:00
ats
cda65bce2a
Add the Adaptec 282x Series of controller to the supported controllers.
...
They seem to be detected and working ok from the aic driver.
1995-01-16 19:19:14 +00:00
joerg
27a4665f10
Could someone please add the following patch to
...
/usr/src/share/termcap/termcap.src? It defines the sequences emitted
by the PageUp, PageDown and Keypad-[79513] keys.
Submitted by: Thomas Gellekum <thomas@ghpc8.ihf.rwth-aachen.de>
1995-01-16 17:29:29 +00:00
ache
054ccd4856
Remove duplicated ec capability
1995-01-15 06:31:14 +00:00
ache
b1d47901b5
Fix cv & ch to increment pos by one
1995-01-15 06:26:58 +00:00
wollman
867341c82f
Slightly more complete implementation of SUBDIR for libraries.
1995-01-14 22:18:15 +00:00
wollman
8d8fef4caf
Add SUBDIR facility to bsd.lib.mk like in bsd.prog.mk.
1995-01-14 22:14:54 +00:00
jkh
d54ba64c78
The enclosed patch fixes the Makefile contained in
...
share/doc/usd/{30.rogue,31.trek}: make fails if the games source
tree is not present (see the mail that I have sent yesterday).
This patch makes the Makefiles test if the games source
tree is present. If it is not present, the Makefiles default to
no operation.
1995-01-14 19:56:16 +00:00
jkh
a552213e44
The enclosed patch fixes the Makefile contained in
...
share/doc/usd/{30.rogue,31.trek}: make fails if the games source
tree is not present (see the mail that I have sent yesterday).
This patch makes the Makefiles test if the games source
tree is present. If it is not present, the Makefiles default to
no operation.
[Note: I'm not sure if the Makefile changes might not be collapsable into
a shorter format, but I'll just leave it this way for now and be safe -jkh]
Submitted by: Remy Card <Remy.Card@masi.ibp.fr>
1995-01-14 19:55:40 +00:00
jkh
1b5946f267
The enclosed patch makes bsd.doc.mk consistent with bsd.prog.mk
...
when creating the obj link. While bsd.prog.mk inconditionnaly creates
a link in /usr/obj, bsd.doc.mk tests if the source tree is contained in
/usr/src. If so, it creates a link to /usr/obj. If the source tree
is contained in another directory, bsd.doc.mk creates an obj subdirectory.
Submitted by: Remy Card <Remy.Card@masi.ibp.fr>
1995-01-14 19:49:54 +00:00
jkh
ece97fd6fb
The enclosed patch is a cosmetic change to bsd.prog.mk. When
...
a program directory has subdirectories, make now prints "===> dir/subdir"
instead of "===> subdir". This is modeled after the rules contained in
bsd.subdir.mk.
Submitted by: Remy Card <Remy.Card@masi.ibp.fr>
1995-01-14 19:48:49 +00:00
bde
268068de73
Silence `make -ss'.
1995-01-14 09:48:14 +00:00
jkh
f89d36730c
Change DISTRIBUTION names. Also make bsd.doc.mk go to doc distribution,
...
not bin. Hmmm.
1995-01-14 07:51:10 +00:00
jkh
c8162b36c8
Close PR#108 - man page 4 tty lies - needs updated info
...
Submitted by: jgreco@hummin.sol.net
1995-01-14 02:48:13 +00:00
ache
25680f60a1
Add more funkeys, correct existen ones
1995-01-13 00:51:48 +00:00
ache
ef9cb61895
Add nw & ec capabilities from new syscons
1995-01-13 00:16:52 +00:00
ache
ce2e095151
Add more termcap capabilities, correct one escape
1995-01-13 00:14:52 +00:00
wollman
1b3a308b0e
Other part of Makefile spam fix.
1995-01-12 20:58:10 +00:00
wollman
8ed96aeb90
Correctly fix spam with usd/psd Makefile mix-up.
1995-01-12 20:57:11 +00:00
guido
64a49cb518
Install the ipfw.samp.* files
...
Reviewed by:
Submitted by:
Obtained from:
1995-01-12 18:40:10 +00:00
jkh
773f95d069
Remove 05.sysman until I can figure out why the ascii generation
...
runs amuck.
1995-01-12 17:32:12 +00:00