summaryrefslogtreecommitdiffstats
path: root/etc/Makefile
Commit message (Collapse)AuthorAgeFilesLines
...
* 1. Increase number of inodes for kcopy floppy; we've currently run out.jkh1994-06-211-4/+4
| | | | | | 2. Get kcopy and filesystem images from current directory since we now build them here; a clean rule is now all that's needed to make the crunch stuff complete.
* Commit some additional changes for making this work with obj dirs.jkh1994-06-201-37/+38
|
* 1. Fill out the crunch target - this should do the trick (we'll see).jkh1994-06-151-4/+5
| | | | 2. Remove the NOOBJ line - we want an object dir now.
* Install manpath.config and mail.rc properly, and directly from the srcjkh1994-06-151-3/+5
| | | | tree now (rather than having a local copy.
* Lots of changes:jkh1994-06-151-56/+69
| | | | | | | 1. Properly use ${.CURDIR} now instead of hardcoded relative dirs. 2. Use ${BINOWN} and ${BINGRP} everywhere instead of root/wheel 3. Add target for copying over EXTRACT scripts (and add them here). 4. Start thinking about crunched floppy target (not in yet, next commit).
* Change all lib*.so.1.0 to lib*.so.1.1csgr1994-06-081-8/+8
| | | | (Once again, pointed out by Volker Paepcke.)
* Fix the absolute paths for boot blocks. Now uses ${DESTDIR}.jkh1994-06-031-4/+4
|
* added make.conf template, which does nothing.phk1994-06-011-2/+2
|
* 1) Added s/key support .guido1994-05-191-3/+4
| | | | | | | | | 2 Added optional excessive login logging. 3) Added login acces control on a per host/tty base. 4) See skey(1) for skey descriptions and src/usr.bin/login/README for the logging and access control features. -Guido
* Add the installation of /var/crash/minfree with a value of 2048 so thatrgrimes1994-05-191-1/+3
| | | | savecore will not FILL the /var partition.
* Add manpath.config to the default list of things installed in /etcjkh1994-05-171-2/+2
| | | | for releases.
* Use ISO9660/DOS compliant file names for the tar balls now.rgrimes1994-05-031-20/+24
|
* >From BETA_1_1 branch:rgrimes1994-04-181-3/+12
| | | | | | | | | | ---------------------------- revision 1.53.2.3 date: 1994/04/10 20:19:37; author: rgrimes; state: Exp; lines: +12 -3 Must have etc and usr directories on the cdinstall floppies. Need to have device files for mcd1. Create links for usr/libexec and usr/lib on cdinstall floppies so that shared library code is loaded from cdrom.
* Pull in changes just made to the BETA 1.1 branch for cd install floppyrgrimes1994-03-201-10/+46
| | | | support.
* >From BETA_1_1 branchrgrimes1994-03-071-5/+7
| | | | | Correction for wrong permissions on /root, /usr/lib, /usr/libexec, /usr/share and /usr/share/misc caused by filesyst.flp cpio file.
* Update to generate the ISO9660 names for the floppy images, use fd1200rgrimes1994-02-231-20/+20
| | | | inplace of floppy5.
* Whoops, forgot to $Id$ this file, and re-enable floppies target inrgrimes1994-02-211-2/+3
| | | | make release
* Major hackery to get the 1.1 Beta floppies building. Have a specialrgrimes1994-02-211-24/+68
| | | | | | pair of crunched binaries that are not built by this, but other than that it is back to an automated procedure. So many changes it is hard to describe.
* Add obj/ in front of freefall.cf so that the install works.rgrimes1994-02-091-1/+1
|
* Update for new COPYRIGHT.* files.rgrimes1994-02-091-1/+1
|
* Add PERSONAL.ACKS to file list.rgrimes1994-02-081-7/+10
| | | | | | | | | | | | | | | | Use freefall.cf as sendmail prototype file, it is more realistic than the tcpproto.cf file for a FreBSD system. Fix so that obj dir is created in sendmail/cf/cf as to not polute the source tree and to have the Makefile in there do the right things. Remove all the extra /dev/fd0?* entries on the floppies, they where using up all the inodes and are not needed at this time. Temporarily remove the floppy target from release: untilit is fixed. This file has lots more work coming, but to get the 1.1 BETA out I am going to hand craft the floppies :-(.
* Remove obsoleted floppy partition from device name.ache1994-01-271-18/+18
|
* The system default crontab now resides in /etc/crontab, and I changed it'snate1994-01-251-1/+1
| | | | mode to 644 as most unix systems allow you to read root's crontab.
* Change ${RELEASEDIR}/filesystem to be filesys so hat it is ISO9660 compliant.rgrimes1994-01-221-4/+4
|
* Add SUPPORT.TXT and MIRROR.SITES to the top level FREEBSD files that getrgrimes1994-01-221-2/+4
| | | | installed in /.
* From: Julian Howard Stacey <stacey@guug.de>rgrimes1993-12-011-2/+1
| | | | | | | | | Subject: Bug & Fix for etc/Makefile cpio-floppy: re /tmp creation. Date: Fri, 26 Nov 1993 11:35:04 +0100 Editors Note: tmp was listed in the CPIO_FILES section and thus the entire contents of ${DESTDIR}/tmp would end up on the cpio floppy. This fix moves tmp to CPIO_DIRS so that no longer happens.
* Make whatisdb after the whole system is installed, since the one inrgrimes1993-10-211-0/+1
| | | | | share/man will only create entries for manual pages that have been installed up to that point.
* You can now specify the type of floppy you want built (floppy3 or floppy5)rgrimes1993-10-101-6/+13
| | | | | | | | | | | | | | | | | with a Makefile override. The default is floppy5 since all distribution floppies must be <= 1.2Mb so that every one can use them. If you want to make 1.44MB floppies with more space on them do a setenv FLOPPY floppy3 before running make. >From: "Jordan K. Hubbard" <jkh%whisker.lotus.ie@dec4ie.ieunet.ie> Date: Sun, 10 Oct 1993 05:11:51 -0700 I went to make myself some boot floppies straight off the dist today and ran into the fact that I'm using a 3.5" floppy as my drive A, so I did the following (you can still use floppy5 as your default - I just have it set to floppy3 for my machine).
* Split the src-tarball target up into multiple targets, there is nowrgrimes1993-10-011-12/+113
| | | | | a tar ball for each top level src directory, plus the base tar ball that has the very toplevel files in it.
* Added BSD.local.dist to MTREE files so that it gets installed in /etc/mtreergrimes1993-09-211-1/+1
|
* Added /var/run to CPIO_DIRSalm1993-09-191-1/+1
|
* Added /etc/remote to CPIO files.alm1993-09-181-1/+1
|
* added /var/spool and /var/spool/lock to CPIO_DIRS. These are needed byalm1993-09-171-1/+1
| | | | both tip and kermit.
* Make MOUNT be MOUNT? so I can easily override it for building 2 floppiesrgrimes1993-09-141-1/+1
| | | | concurrently now that the floppy driver works good enought to do this!
* Removed DOS floppy build stuff, as this was just a poor idea that needsrgrimes1993-09-141-17/+0
| | | | a much better solution.
* More file shuffling between floppies, needed to get rm on filesystemrgrimes1993-09-131-9/+9
| | | | floppy. Removed duplicates from DOS floppy.
* Only put var and var/tmp in the cpio archive floppy, do not really needrgrimes1993-09-121-2/+3
| | | | the whole /var tree at this time.
* tar ball names converted from the form x.tar.gz.xx to x_tgz.xx so thergrimes1993-09-111-4/+4
| | | | DOS folks are happy.
* Put bin/df back on the filesystem floppy since there is room for itrgrimes1993-09-101-4/+5
| | | | | | | after all. Removed it from DOS floppy. Added COPYRIGHT to DOS floppy since it does have *BSD binaries on it! Fixed missing ; \ when creating dev entries on filesystem floppy Fixed rm in wrong directory, please don't rm in the DESTDIR area!!
* Made copy of sys/i386/floppy relative instead of abosolute pathrgrimes1993-09-081-2/+2
|
* Added a fourth DOS-format floppy to the install disks containing os-bsalm1993-09-081-4/+21
| | | | | | | | | | | | | and miscellaneous programs which get installed into /usr/distbin. Install now recognizes existing DOS partitions and attempts to install after them. Theoretically, it also remaps badblocks. N.B.: The fourth install floppy must have a clean DOS FAT. Building the new distribution floppies is untested TODO: Build a disktab entry for existing DOS partitions (except extended partitions). This would allow loading and/or extracting the distribution files directly from the DOS hard disk partition.
* Fixed missing slash after a ${DESTDIR} with no other path after it.rgrimes1993-09-071-1/+1
|
* Added /etc/networks to the files that get installed, some how it gotrgrimes1993-09-021-1/+1
| | | | | dropped out of the Makefile. Commented out talk in inetd.conf since it refers to the old non-existent otalkd.
* Removed commit lies for sbin/reboot and usr/local/bin/{mread,rz},rgrimes1993-09-021-3/+14
| | | | | | | | | | | | | these are not part of the standard distribution and do not belong in here, this was carry over from earlier work. Added src-tarball: ssrc-tarball: targets to build the 2 source tar balls, still have to manually copy/chmod/chown the src tree into the destination directory and clean out all the obj, and CVS files/dirs, plus run a make cleandist in it before running these targets, but atleast things are getting easier to do! release: now uses fixed floppies target.
* Added dd back to cpio floppy in place of shutdown, since shutdownrgrimes1993-09-011-23/+86
| | | | | | | | | | | | | | | | | | | | | | | | | | | is not really needed until we can go multiuser. Changed name of list from CRYPT_FILES to CRYPT_SRCS, since that is really what they point to. Added list CRYPT_DIRS, that is the directories that are in the des distribution. Fixed kc-xx-floppy dependencies on kc-floppy since it would not do the right thing with the new target floppies: Now user ${RELEASEDIR} for dd'ing the floppy images and other stuff having to do with building the release. Added new target bin-tarball that builds the bin.tar.gz.?? split archives for release. Added new target des-tarball that builds the des.tar.gz.?? split archives for release. Added building of /usr/local directories for the CDROMDIST. New target floppies: that builds all 4 floppies. New target release: that should completely populate a release tree, except that the src-tarball target is not yet written.
* Had to remove dd from the cpio floppy as we ran out of room due to somergrimes1993-08-311-2/+1
| | | | growth in binaries.
* Makefile no longer needs passwd, pwd.db and spwd.db due to fixed pwd_mkdbrgrimes1993-08-301-54/+63
| | | | | | | | | | | | | | | that now takes a directory argument. These files are now built from the master.passwd file. Fixed typo on NOOBJ=, was oobj, now noobj. Rename of targes and variables. INST1 -> FILESYSTEM, INST2 -> CPIO, kc -> kcopy. Floppy targets now dd and gzip the image back onto the hard disk so that less manual work is required when building a release. Removed reboot from FILESYSTEM floppy and put df back on, and added mount_isofs. Changed scripts to use halt instead of reboot.
* Added the RELNOTES.FreeBSD to the FREEBSD list. Changed all occurancergrimes1993-08-291-13/+13
| | | | of make to ${MAKE}
* Added targets crypt and non-crypt to make it easier to build thergrimes1993-08-281-0/+31
| | | | | | | distributions. Now only populates $DESTDIR/dev if we are building the cdrom distribution, since this directory is populated by the install tools it was a conflict to have the dev entries in the full distribution as well.
* Removed LOCATIME and TZDIR stuff since it is now handled correctly byrgrimes1993-08-261-35/+30
| | | | | | | | | | | | | | | | | | | | | | | | share/zoneinfo and was just duplicated here. Fixed the directory owner ships on the inst1 floppy by adding all of the directories that get created on the floppy to INST1_DIR, since cpio was not picking up the source dir protections, but instead using the current process uid, gid, and umask values. Removed /bin/df from inst1 to make room for mount_pcfs. Also removed /etc/disktab since it just got overwritten by the install tools. Removed zcat from INST2_CPIO since it is now installed from the INST2_FILES files on the floppy. This fixes things so that all of the gzip tools get linked to the same image. Much of the .if machine i386 stuff moved to be system independent since it really was. Added sd1 support to the inst1 and kc floppies. No room for wd1 support, oh well. Fix permissions on top level of floppy, it was not getting set.
OpenPOWER on IntegriCloud