summaryrefslogtreecommitdiff
path: root/etc/Makefile
AgeCommit message (Expand)Author
2004-01-11Install default ssh_known_hosts file with public keys for Project servers.tls
2004-01-08Add the following to the list of variables displayed in etc/releaselukem
2004-01-06rename release-info to etc-releaselukem
2004-01-06remove superfluous .endif accidentally introduced in previouslukem
2004-01-06deprecate NO_SENDMAIL and consistently test MKSENDMAILlukem
2004-01-05Get the copyright info for etc/release from sys/conf/copyright.lukem
2004-01-05install-release-info does not need DESTDIR. [toolchain/23982]lukem
2004-01-04Rename /etc/release-info to /etc/release, to be consistent with otherlukem
2004-01-04Add "release-info", to create the file of that name containinglukem
2004-01-01display path of created iso-imagelukem
2003-12-19* Match the source code to the comments, and use $NETBSDSRCDIRlukem
2003-12-15MAKEVERBOSE-ify MAKEDEV creationlukem
2003-11-15explicitly pass MACHINE and MACHINE_ARCH to MAKEDEV.awk via environment,jdolecek
2003-10-26now that MAKEDEV is generate, install it from ${.OBJDIR}cl
2003-10-26Use ${HOST_SH} instead of `sh'.lukem
2003-10-25Add the -T etc_pkg arg back to the MAKEDEV install.ross
2003-10-24Now that MAKEDEV is generated, just do an ordinary ${INSTALL_FILE} insteadross
2003-10-24switch over to unified MAKEDEVjdolecek
2003-08-22Optimise DISTRIBUTION_DONE= KERNELS_DONE= nbmake snapshotdsl
2003-07-18Add MKUNPRIVED; if not no has the same semantics as if UNPRIVED was defined.lukem
2003-07-10Rename a large chunk of the make(1) variables which refer to alukem
2003-06-08Invoke makeobsolete with ${HOST_SH} and pass in ${MAKE}.lukem
2003-05-18* Always include <bsd.endian.mk>, and include it much earlier so thatlukem
2003-04-18Install powerd(8) scripts when installing etc files.thorpej
2003-04-02For consistency and simplicity, move the default location for cron logsperry
2003-03-15atc uses /var/games/atc_score, not atc_scoresjdolecek
2003-03-08- rename 'iso-image_*' -> 'iso-image-*'lukem
2003-02-22all:lukem
2003-02-20etc/postinstalllukem
2003-02-16be more obvious about the requirement on mkisofs 2.0lukem
2003-01-09allow NO_SENDMAIL to equal "no"mrg
2003-01-06Missed a 'cd ${.CURDIR}' when adding the OBJDIR support here,lukem
2003-01-04- Enable OBJ support for etc/; a scratch dir is needed for iso-image.lukem
2003-01-03Install release files under "${RELEASEDIR}/${MACHINE}/..." instead oflukem
2003-01-03Don't remove ${RELEASEDIR} if UPDATE is defined.lukem
2002-12-23Rework METALOG manipulation:lukem
2002-12-21Invoke ${PAX} with '-O' so that various errors don't hang the makelukem
2002-12-19Remove /sys -> /usr/src/sys symlink.lukem
2002-12-19use single minimal default disktab file for most archs, replacingjdolecek
2002-12-19Always invoke mtree & pax with "-N ${NETBSDSRCDIR}/etc" so that user & grouplukem
2002-12-17ttyaction is ${MACHINE}-specific, not per ${MACHINE_ARCH}jdolecek
2002-12-02- add snap_post, which makes "clean depend all release" in ../distrib/lukem
2002-11-18Separate snap_kern into three targets, to allow finer control overlukem
2002-10-23Add hackdir/perm and hackdir/recordperry
2002-10-23add code to include (primitive) package tag namesperry
2002-10-16Setlukem
2002-10-05create /etc/mail/local-host-names, required by sendmail(8).grant
2002-09-16Make utmp and utmpx group utmp, not group wheel. This gets masked byperry
2002-09-16Create wtmpx, just as wtmp is created.perry
2002-09-03Add /var/run/utmpx, requested by soren.wiz