Merge pull request #24 from Oichkatzelesfrettschen/eirikr/remove-netbsd-references
This commit is contained in:
commit
2420bf7993
|
|
@ -1,4 +1,3 @@
|
|||
# $NetBSD: Makefile,v 1.424 2015/08/31 06:08:07 uebayasi Exp $
|
||||
# from: @(#)Makefile 8.7 (Berkeley) 5/25/95
|
||||
|
||||
# Environment variables without default values:
|
||||
|
|
@ -21,10 +20,8 @@
|
|||
# MKUPDATE; if not `no', don't do a 'make clean' before kernel compile
|
||||
#
|
||||
# Targets:
|
||||
# distribution: makes a full NetBSD distribution in DESTDIR. If
|
||||
# INSTALL_DONE is set, it will not do a `make install.'
|
||||
# if DISTRIBUTION_DONE is set, it will not do anything.
|
||||
# distrib-dirs: creates an empty NetBSD directory tree in DESTDIR.
|
||||
# Called by distribution.
|
||||
# snapshot: calls distribution, above, and then tars up the files
|
||||
# into a release(7) format in RELEASEDIR/${RELEASEMACHINEDIR}.
|
||||
|
|
@ -64,7 +61,6 @@ DISTRIBREV!= ${HOST_SH} ${KERNSRCDIR}/conf/osrelease.sh -s
|
|||
ISO_VOLID!= echo NETBSD_${DISTRIBREV} | tr a-z A-Z
|
||||
MKISOFS_FLAGS+= -J -l -hide-joliet-trans-tbl -r -T \
|
||||
-V ${ISO_VOLID} \
|
||||
-publisher "The NetBSD Project" \
|
||||
-m "${RELEASEDIR}/${RELEASEMACHINEDIR}/installation/cdrom"
|
||||
.if ${MKISOFS_FLAGS:N-v}
|
||||
MKISOFS_FLAGS+= -quiet
|
||||
|
|
@ -218,7 +214,6 @@ MAKEDEV: .PHONY
|
|||
CLEANFILES+= etc-release
|
||||
etc-release: .EXEC .MAKE
|
||||
${_MKTARGET_CREATE}
|
||||
@( echo "NetBSD ${DISTRIBVER}/${MACHINE}"; \
|
||||
echo ; \
|
||||
cat ${NETBSDSRCDIR}/sys/conf/copyright; \
|
||||
echo ; \
|
||||
|
|
@ -350,11 +345,9 @@ install-etc-files: .PHONY .MAKE check_DESTDIR MAKEDEV
|
|||
# BJG: For Minix, the -safe target *is* performed by "make build"
|
||||
#
|
||||
# LSC: To ensure minimal modifications, the logic is a bit contrived, i.e. the
|
||||
# NetBSD build system expect install-etc-files to be unsafe, so what was done
|
||||
# is to separate that step into two steps, with the unsafe version refering
|
||||
# (not by dependency, to ensure correct order of actions) the safe step, and
|
||||
# use the following mapping in the main Makefile:
|
||||
# etcforce -> install-etc-files (default NetBSD target)
|
||||
# etcfiles -> install-etc-files-safe (new -safe- target)
|
||||
${MAKEDIRTARGET} . install-etc-files-safe
|
||||
|
||||
|
|
@ -536,7 +529,6 @@ install-obsolete-lists: .PHONY .MAKE
|
|||
|
||||
|
||||
# distrib-dirs --
|
||||
# Populate $DESTDIR with directories needed by NetBSD
|
||||
#
|
||||
distrib-dirs: .PHONY check_DESTDIR
|
||||
cd ${NETBSDSRCDIR}/etc/mtree && ${MAKE} distrib-dirs
|
||||
|
|
@ -561,7 +553,6 @@ release snapshot: .PHONY .MAKE check_DESTDIR check_RELEASEDIR snap_md_post
|
|||
# Note: At least mkisofs 2.0 should be used.
|
||||
#
|
||||
CDROM_NAME_ADD?=
|
||||
CDROM_IMAGE?=${RELEASEDIR}/images/NetBSD-${DISTRIBVER}-${MACHINE}.iso
|
||||
CDROM.dir= ${.OBJDIR}/cdrom.dir
|
||||
CDROM.pathlist= ${.OBJDIR}/cdrom.pathlist
|
||||
|
||||
|
|
|
|||
|
|
@ -1,3 +1,2 @@
|
|||
# $NetBSD: csh.cshrc,v 1.2 1996/05/08 17:19:27 thorpej Exp $
|
||||
#
|
||||
# System-wide .cshrc file for csh(1).
|
||||
|
|
|
|||
|
|
@ -1,3 +1,2 @@
|
|||
# $NetBSD: csh.logout,v 1.2 1996/05/08 17:19:31 thorpej Exp $
|
||||
#
|
||||
# System-wide .logout file for csh(1).
|
||||
|
|
|
|||
|
|
@ -1,4 +1,3 @@
|
|||
# $NetBSD: gettytab,v 1.18 2006/01/08 22:23:46 dsl Exp $
|
||||
# from: @(#)gettytab 8.2 (Berkeley) 4/20/94
|
||||
#
|
||||
# Most of the table entries here are just copies of the old getty table,
|
||||
|
|
|
|||
|
|
@ -1,4 +1,3 @@
|
|||
# $NetBSD: hosts,v 1.9 2013/11/24 07:20:01 dholland Exp $
|
||||
#
|
||||
# Host name database.
|
||||
#
|
||||
|
|
|
|||
|
|
@ -1,4 +1,3 @@
|
|||
# $NetBSD: inetd.conf,v 1.58 2007/10/16 02:47:14 tls Exp $
|
||||
#
|
||||
# Internet server configuration database
|
||||
#
|
||||
|
|
|
|||
|
|
@ -1,4 +1,3 @@
|
|||
# $NetBSD: man.conf,v 1.35 2013/12/22 01:18:28 dholland Exp $
|
||||
|
||||
# Sheer, raging paranoia...
|
||||
_version BSD.2
|
||||
|
|
|
|||
|
|
@ -1,4 +1,3 @@
|
|||
# $NetBSD: named.conf,v 1.7 2013/04/25 20:28:05 christos Exp $
|
||||
|
||||
# boot file for secondary name server
|
||||
# Note that there should be one primary entry for each SOA record.
|
||||
|
|
|
|||
|
|
@ -1,4 +1,3 @@
|
|||
# $NetBSD: passwd.conf,v 1.3 2010/12/03 21:40:04 jmmv Exp $
|
||||
#
|
||||
# passwd.conf(5) -
|
||||
# password configuration file
|
||||
|
|
|
|||
|
|
@ -1,4 +1,3 @@
|
|||
# $NetBSD: profile,v 1.1 1997/06/21 06:07:39 mikel Exp $
|
||||
#
|
||||
# System-wide .profile file for sh(1).
|
||||
|
||||
|
|
|
|||
1
etc/rc
1
etc/rc
|
|
@ -1,6 +1,5 @@
|
|||
#!/bin/sh
|
||||
#
|
||||
# $NetBSD: rc,v 1.170 2014/07/29 20:39:16 apb Exp $
|
||||
#
|
||||
# rc --
|
||||
# Run the scripts in /etc/rc.d with rcorder, and log output
|
||||
|
|
|
|||
|
|
@ -1,4 +1,3 @@
|
|||
# $NetBSD: rc.conf,v 1.97 2014/07/14 12:29:48 mbalmer Exp $
|
||||
#
|
||||
# See rc.conf(5) for more information.
|
||||
#
|
||||
|
|
|
|||
|
|
@ -3,7 +3,6 @@
|
|||
PATH=/sbin:/usr/sbin:/bin:/usr/bin
|
||||
|
||||
# The normal system boot situation is that init(8) invokes the ramdisk RC
|
||||
# script, which invokes the NetBSD rc infrastructure, which in turn calls this
|
||||
# script through /etc/rc.d/minixrc. With a boot ramdisk (x86_ramimage), the
|
||||
# ramdisk RC is bypassed altogether, but stored as /etc/rc.ramdisk. We then
|
||||
# have to invoke it here (for startup only!) to let it perform its tasks first.
|
||||
|
|
|
|||
|
|
@ -1,6 +1,5 @@
|
|||
#!/bin/sh
|
||||
#
|
||||
# $NetBSD: rc.shutdown,v 1.9 2012/06/25 07:22:45 jnemeth Exp $
|
||||
#
|
||||
# rc.shutdown --
|
||||
# Run the scripts in /etc/rc.d with reverse rcorder.
|
||||
|
|
|
|||
|
|
@ -1,4 +1,3 @@
|
|||
# $NetBSD: rc.subr,v 1.96 2014/10/07 19:09:45 roy Exp $
|
||||
#
|
||||
# Copyright (c) 1997-2011 The NetBSD Foundation, Inc.
|
||||
# All rights reserved.
|
||||
|
|
|
|||
|
|
@ -1,4 +1,3 @@
|
|||
# $NetBSD: dot.cshrc,v 1.25 2014/11/30 23:43:30 riz Exp $
|
||||
|
||||
alias h history
|
||||
alias j jobs -l
|
||||
|
|
@ -21,9 +20,6 @@ alias tset 'set noglob histchars=""; eval `\tset -s \!*`; unset noglob histchars
|
|||
setenv BLOCKSIZE 1k
|
||||
|
||||
# Uncomment the following line(s) to install binary packages
|
||||
# from ftp.NetBSD.org via pkg_add. (See also pkg_install.conf)
|
||||
#setenv PKG_PATH "ftp://ftp.NetBSD.org/pub/pkgsrc/packages/NetBSD/`uname -m`/7.0/All"
|
||||
#setenv PKG_PATH "${PKG_PATH};ftp://ftp.NetBSD.org/pub/pkgsrc/packages/NetBSD/`uname -m`/6.0/All"
|
||||
|
||||
set history=1000
|
||||
set path=(/sbin /usr/sbin /bin /usr/bin /usr/pkg/sbin /usr/pkg/bin /usr/X11R7/bin /usr/X11R6/bin /usr/local/sbin /usr/local/bin)
|
||||
|
|
|
|||
|
|
@ -1,4 +1,3 @@
|
|||
# $NetBSD: dot.login,v 1.9 2009/05/15 23:57:50 ad Exp $
|
||||
|
||||
eval `tset -sQrm 'unknown:?unknown'`
|
||||
|
||||
|
|
|
|||
|
|
@ -1,12 +1,8 @@
|
|||
# $NetBSD: dot.profile,v 1.27 2014/11/30 23:43:30 riz Exp $
|
||||
|
||||
export PATH=/sbin:/usr/sbin:/bin:/usr/bin:/usr/pkg/sbin:/usr/pkg/bin
|
||||
export PATH=${PATH}:/usr/X11R7/bin:/usr/X11R6/bin:/usr/local/sbin:/usr/local/bin
|
||||
|
||||
# Uncomment the following line(s) to install binary packages
|
||||
# from ftp.NetBSD.org via pkg_add. (See also pkg_install.conf)
|
||||
#export PKG_PATH=ftp://ftp.NetBSD.org/pub/pkgsrc/packages/NetBSD/$(uname -m)/7.0/All
|
||||
#export PKG_PATH="${PKG_PATH};ftp://ftp.NetBSD.org/pub/pkgsrc/packages/NetBSD/$(uname -m)/6.0/All"
|
||||
|
||||
export BLOCKSIZE=1k
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,3 @@
|
|||
# $NetBSD: dot.shrc,v 1.8 2007/11/24 11:14:41 pavel Exp $
|
||||
|
||||
if [ -f /etc/shrc ]; then
|
||||
. /etc/shrc
|
||||
|
|
|
|||
|
|
@ -7,7 +7,6 @@
|
|||
# deal with that. Unfortunately, there is no reliable way to determine the
|
||||
# list of rc scripts that concern network daemons, so for now we hardcode a
|
||||
# list of known ones here: this is the list of network-related rc.d scripts.
|
||||
# FIXME: since we are not yet done importing etc/rc.d from NetBSD, this list is
|
||||
# still incomplete and should be extended as more scripts are imported!
|
||||
RC_SCRIPTS="dhclient dhcpcd dhcpd dhcrelay ftpd inetd named network rtadvd \
|
||||
sshd staticroute syslogd"
|
||||
|
|
|
|||
|
|
@ -1,4 +1,3 @@
|
|||
# $NetBSD: shells,v 1.3 1996/12/29 03:23:07 mrg Exp $
|
||||
#
|
||||
# List of acceptable shells for chpass(1).
|
||||
# Ftpd will not allow users to connect who are not using
|
||||
|
|
|
|||
1
etc/shrc
1
etc/shrc
|
|
@ -1,4 +1,3 @@
|
|||
# $NetBSD: shrc,v 1.7 2010/12/27 03:38:52 christos Exp $
|
||||
#
|
||||
# System-wide .shrc file for sh(1).
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,3 @@
|
|||
# $NetBSD: Makefile,v 1.17 2010/12/03 21:38:47 plunky Exp $
|
||||
|
||||
SUBDIR+= usr.bin
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,3 @@
|
|||
# $NetBSD: Makefile,v 1.139 2014/08/08 19:38:47 apb Exp $
|
||||
|
||||
.include <bsd.own.mk>
|
||||
|
||||
|
|
|
|||
|
|
@ -1,3 +1,2 @@
|
|||
# $NetBSD: Makefile.inc,v 1.3 1997/10/25 10:10:19 lukem Exp $
|
||||
|
||||
BINDIR?= /usr/bin
|
||||
|
|
|
|||
|
|
@ -1,4 +1,3 @@
|
|||
# $NetBSD: Makefile,v 1.23 2008/10/25 22:35:36 apb Exp $
|
||||
|
||||
.include <bsd.own.mk>
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,3 @@
|
|||
# $NetBSD: Makefile.inc,v 1.10 2011/05/26 12:56:29 joerg Exp $
|
||||
|
||||
.if !defined(__MAKEFILE_INC_INCLUDED__)
|
||||
__MAKEFILE_INC_INCLUDED__=1
|
||||
|
|
|
|||
|
|
@ -1,4 +1,3 @@
|
|||
# $NetBSD: Makefile,v 1.6 2010/02/03 15:34:39 roy Exp $
|
||||
|
||||
.include <bsd.own.mk>
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,3 @@
|
|||
# $NetBSD: Makefile,v 1.3 2008/09/02 08:38:36 christos Exp $
|
||||
|
||||
PROG= infokey
|
||||
SRCS= infokey.c
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
# NOT NetBSD
|
||||
# MINIX fetch rules
|
||||
#
|
||||
# Rules used to fetch a GNU package. Expects GNUHOSTDIST to be set
|
||||
# and <bsd.own.mk> to be previously .include'd.
|
||||
|
|
|
|||
|
|
@ -1,4 +1,3 @@
|
|||
# $NetBSD: Makefile,v 1.18 2012/06/14 04:14:36 riz Exp $
|
||||
|
||||
.if ${MACHINE_ARCH} == "earm"
|
||||
SUBDIR+= beaglebone
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user