Commit Graph

81 Commits

Author SHA1 Message Date
bde
3d19869083 Use `make' loops instead of shell loops to install things. This fixes
the verbose output for `make -s install' and gives nicer output for
`make install' and `make -n install'.  This method should be used more.

Install meteor and startslip.  In fact, install all subdirectories
except CVS.  This method should be used more so that SUBDIR lists don't
have to be changed so often (special cases could be handled by short
exclusion lists).
1996-01-21 17:57:25 +00:00
ache
0a15b5f2b0 Remove -fno-strength-reduce, gcc bug fixed recently 1996-01-05 18:54:07 +00:00
peter
ab124e78b0 recording cvs-1.6 file death 1995-12-30 19:02:48 +00:00
bde
c37e7feb99 Updated lkm examples to work with prototype-related changes to the
MOD_MISC() and DISPATCH() macros.

Renamed new_syscall module as new_syscall_mod.  It seems to be standard
to have module names ending with _mod, and this may be forced when
MOD_SYSCALL() and MOD_VFS() are updated to match MOD_MISC().

Cleaned up lkm examples a little.
1995-12-25 07:19:32 +00:00
ache
15fd087031 Back out my prev commit, I didn't fully update some things on my machine :-( 1995-12-21 09:09:53 +00:00
ache
55390beab7 Fix collection names to reflect reality 1995-12-21 08:10:47 +00:00
peter
14d68eb924 Dive in the deep end and change the examples installation method.. :-/
the 'rm -rf' and cpio was bugging me because rdist used to get false hits
and also it installs the files with the wrong uid.
I've tried this by running a find .. -exec ${INSTALL} ...; instead...
1995-12-11 03:03:24 +00:00
gibbs
97e282dba7 Fix spelling errors.
Submitted by: Faried Nawaz <fn@pain.csrv.uidaho.edu>
1995-12-10 19:27:40 +00:00
markm
15aa2e7538 Modify the supfile collection target names in accordance with Freefall's
convention. My international site has been fixed!
1995-12-10 08:08:16 +00:00
asami
4c9a004099 Add ports-www. 1995-12-10 08:04:21 +00:00
gibbs
1ceb7f96aa Official CVS supfile in preparation for opening of our tree. 1995-12-10 07:35:44 +00:00
gibbs
50f54171de Seeing as I was elected without nomination to being SUP meister, update
these files a bit.  The entries for the International secure collections
don't match Freefall's naming conventions, but hopefully MarkM will fix that
soon.  Each file now has an extensive header describing what it is, how
to use it, and how you may want to customize it for a particular system.
1995-12-10 02:39:24 +00:00
ache
ba1e929d03 Yet one conf example 1995-12-09 05:11:02 +00:00
nate
60a6c40d39 Added support for the slip.hosts options 'normal', 'compress', 'noicmp',
and 'autocmp'.

Obtained from: (mostly) slattach and (slightly) 1.X
1995-12-04 06:10:29 +00:00
ache
8a654117aa Remove ports-utils 1995-11-30 19:57:56 +00:00
asami
d26203577f Add ports-misc and ports-www. 1995-11-30 07:18:26 +00:00
ache
8e50858f81 Refle 1995-09-30 17:20:27 +00:00
jfieber
717f110c0c Add sup. 1995-09-30 15:46:54 +00:00
jfieber
e6cc220726 Move supfile examples from share/FAQ/extras to share/examples/sup 1995-09-30 15:24:57 +00:00
ache
d55aa6df3b Change SUPFILEx order, secure first, ports second to make base system update first
All stuff commented out
1995-09-28 14:59:44 +00:00
peter
f354a9c51e Fix typo.
The skeleton still had one reference to "THE REGENTS" instead of "[your name]"
1995-09-22 20:47:03 +00:00
ache
9299d1d254 Update to reflect new options 1995-09-15 20:15:10 +00:00
ache
3cfbb2019c Reflect new LINE env variable addition 1995-09-15 16:45:49 +00:00
ache
af12deb11c Add -fno-strength-reduce to -O2 optimization, all stuff commented out 1995-09-15 01:05:41 +00:00
ache
02aaca1d68 Add commented out entries for SUP update, 3 standard supfiles handled:
standard/ports/secure
1995-09-15 01:03:55 +00:00
ache
299c41389a Add startslip example 1995-09-14 23:49:31 +00:00
jkh
2b17fbec31 Bring in example files for Mark Tinguely and Jim Lowe's Matrox Meteor driver.
Submitted by: Mark Tinguely <tinguely@plains.nodak.edu> and Jim Lowe <james>
1995-08-28 16:54:54 +00:00
wollman
33bed8dfd6 Added a copy of my little program to find the IP address of the outgoing
interface for a particular remote host.

Requested by: Joerg Wunsch <j@uriah.heep.sax.de>
1995-08-14 16:08:39 +00:00
joerg
13b5465e81 Make this example actually compile again. Rename the module so that
it will get a unique .o file name, and convert the module's Makefile
to use <bsd.mod.mk>.
1995-08-12 17:26:37 +00:00
joerg
a85ef14c30 Do not omit the Makefiles when installing the examples; they are part
of them.  Also correct the omission of CVS files by abusing the find
syntax instead of grepping.

Closes PR #bin/636.
1995-08-12 16:28:10 +00:00
joerg
7cccd0e4ec Make this bugger actually compile and work again:
o a couple of header files have been missing

o convert the LKM Makefile to use <bsd.kmod.mk>

o rename the module to ``misc_mod'' (as opposed to ``miscmod''), so
  the module name can be made identical to the module's file name,
  avoiding the clash with one of the component's .o file names

o modstat(1/8) has been moved meanwhile
1995-07-27 09:45:28 +00:00
rgrimes
b381ad93a8 [I cvs admin -o the last one of these you saw, it was commited on
the wrong branch :-(]

Eliminate incorrect double negative logic Bruce has been gripping
about for a year now.  Change = no_way to = true.

Submitted by: bde (sort of, patch by me :-))
1995-07-13 09:15:50 +00:00
rgrimes
f4ec3663df Remove CCFPU, it is no longer used any place in the source tree.
Submitted by:	Thomas Graichen <graichen@sirius.physik.fu-berlin.de>
1995-07-13 08:43:14 +00:00
rgrimes
423ba8f9bc Remove trailing whitespace. 1995-05-30 06:58:14 +00:00
jkh
1eb314188d Document COPTFLAGS in addition to CFLAGS. 1995-04-23 13:03:24 +00:00
ache
a5bc013972 Remove syscons example 1995-03-30 00:05:58 +00:00
phk
962ac2e90a make.conf doesn't postulate anything about libm now. 1995-03-21 02:55:33 +00:00
jkh
f6e7fd9b9e Take out obsolete KERBEROS_IV build variable. Just eBones now.
Submitted by:	Mark Murray <mark@grondar.za>
1995-03-20 21:35:15 +00:00
dima
36dfa72d1c "vidcontrol -s" -> "modload" 1995-03-04 08:03:28 +00:00
ache
d30f429a61 Remap Grey Delete to ESC[~ 1995-03-03 23:21:52 +00:00
jkh
89fc94223f Add this file here so I finally have something to point people at as a
prototype.
Obtained from: U.C. Regents standard copyright.
1995-03-02 12:00:16 +00:00
ache
994d127bd4 Remove Delete remapping, unneccesary now 1995-01-26 09:10:41 +00:00
wollman
a2eddc566d Delete VFS example since it doesn't apply and there are ten perfectly
good examples elsewhere in the tree.  (The MISC example should probably
go, too, but it should still compile so I'm leaving it for now.)
1995-01-11 21:44:23 +00:00
ache
8a28c49766 Remove direct keypad 5 to \E[E remapping, unnecessary now 1994-12-31 11:52:50 +00:00
phk
2276a223ee Now that the default for the shared gcc-internal lib changed, make this match. 1994-11-10 02:29:41 +00:00
phk
80c829c1e1 Don't install Makefile 1994-11-08 18:54:33 +00:00
phk
d34c9b62ce Make installs better, install the FAQ stuff, don't install CVS-dirs. 1994-11-08 03:58:52 +00:00
phk
5f66478401 Update make.conf and sys.mk to reflect the most recent advances in
civilization:  Use -O2 and MSUN as default, and X11 is in /usr/X11R6
1994-11-07 04:18:04 +00:00
sos
88da9f00f0 added ibcs2 directory. 1994-10-24 09:56:42 +00:00
sos
9379cfcb2c A little COFF program (uuencoded) + README. Just do we can show
that iBCS2 support is working (that was a cheap one :-)
1994-10-23 19:23:50 +00:00