Fix indent.
This commit is contained in:
parent
800a8fccb7
commit
3465cbe0d7
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: list,v 1.39 2011/06/19 02:36:59 tsutsui Exp $
|
||||
# $NetBSD: list,v 1.40 2011/06/19 06:48:07 tsutsui Exp $
|
||||
|
||||
SRCDIRS bin sbin usr.bin/less usr.bin usr.sbin
|
||||
|
||||
|
@ -71,7 +71,7 @@ COPY ${DESTDIR}/usr/mdec/bootxx_ffsv2 usr/mdec/bootxx_ffsv2
|
|||
COPY ${NETBSDSRCDIR}/etc/group etc/group
|
||||
COPY ${NETBSDSRCDIR}/etc/master.passwd etc/master.passwd
|
||||
COPY ${NETBSDSRCDIR}/etc/netconfig etc/netconfig
|
||||
COPY ${DISTRIBDIR}/common/protocols etc/protocols
|
||||
COPY ${DISTRIBDIR}/common/protocols etc/protocols
|
||||
COPY ${DISTRIBDIR}/common/services etc/services
|
||||
|
||||
CMD ${TOOL_PWD_MKDB} -L -d . etc/master.passwd
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: list,v 1.10 2011/01/14 10:26:32 tsutsui Exp $
|
||||
# $NetBSD: list,v 1.11 2011/06/19 06:48:07 tsutsui Exp $
|
||||
|
||||
# various files that we need in /etc for the install
|
||||
COPY ${CURDIR}/../../../../etc/master.passwd etc/master.passwd
|
||||
|
@ -7,8 +7,8 @@ COPY ${CURDIR}/../../../../etc/group etc/group
|
|||
COPY ${CURDIR}/../../../../etc/gettytab etc/gettytab
|
||||
#COPY ${CURDIR}/localtime etc/localtime
|
||||
COPY ${CURDIR}/../../../../etc/hosts etc/hosts
|
||||
COPY ${DISTRIBDIR}/common/protocols etc/protocols
|
||||
COPY ${DISTRIBDIR}/common/services etc/services
|
||||
COPY ${DISTRIBDIR}/common/protocols etc/protocols
|
||||
COPY ${DISTRIBDIR}/common/services etc/services
|
||||
COPY ${CURDIR}/../ramdiskcommon/shells etc/shells
|
||||
COPY ${CURDIR}/../../../../etc/etc.evbsh3/ttys etc/ttys
|
||||
#COPY ${CURDIR}/dot.profile etc/.profile
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: list.ramdisk,v 1.18 2011/02/13 04:14:58 jym Exp $
|
||||
# $NetBSD: list.ramdisk,v 1.19 2011/06/19 06:48:07 tsutsui Exp $
|
||||
|
||||
SRCDIRS usr.bin/less
|
||||
SRCDIRS bin sbin usr.bin usr.sbin libexec
|
||||
|
@ -68,7 +68,7 @@ LIBS libhack.o -lbz2 -ledit -lutil -lcurses -lterminfo -lrmt -lcrypt -ll -lm -lz
|
|||
COPY ${NETBSDSRCDIR}/etc/group etc/group
|
||||
COPY ${NETBSDSRCDIR}/etc/master.passwd etc/master.passwd
|
||||
COPY ${NETBSDSRCDIR}/etc/netconfig etc/netconfig
|
||||
COPY ${DISTRIBDIR}/common/protocols etc/protocols
|
||||
COPY ${DISTRIBDIR}/common/protocols etc/protocols
|
||||
COPY ${DISTRIBDIR}/common/services etc/services
|
||||
|
||||
# we need the boot block in /usr/mdec + the MBR copy
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: list,v 1.34 2011/06/19 06:44:04 tsutsui Exp $
|
||||
# $NetBSD: list,v 1.35 2011/06/19 06:48:07 tsutsui Exp $
|
||||
|
||||
SRCDIRS bin sbin usr.bin usr.sbin
|
||||
|
||||
|
@ -65,7 +65,7 @@ LIBS -lrmt -lutil -lcurses -lterminfo -lcrypt -lintl -ll -lm -lkvm -lz -lprop
|
|||
COPY ${NETBSDSRCDIR}/etc/group etc/group
|
||||
COPY ${NETBSDSRCDIR}/etc/master.passwd etc/master.passwd
|
||||
COPY ${NETBSDSRCDIR}/etc/netconfig etc/netconfig
|
||||
COPY ${DISTRIBDIR}/common/protocols etc/protocols
|
||||
COPY ${DISTRIBDIR}/common/protocols etc/protocols
|
||||
COPY ${DISTRIBDIR}/common/services etc/services
|
||||
|
||||
# and the installation scripts
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: list.ramdisk,v 1.9 2011/06/19 06:44:05 tsutsui Exp $
|
||||
# $NetBSD: list.ramdisk,v 1.10 2011/06/19 06:48:07 tsutsui Exp $
|
||||
|
||||
SRCDIRS bin sbin usr.bin usr.sbin libexec
|
||||
|
||||
|
@ -12,7 +12,7 @@ LIBS libhack.o -lbz2 -lutil -ll -lm
|
|||
COPY ${NETBSDSRCDIR}/etc/group etc/group
|
||||
COPY ${NETBSDSRCDIR}/etc/master.passwd etc/master.passwd
|
||||
COPY ${NETBSDSRCDIR}/etc/netconfig etc/netconfig
|
||||
COPY ${DISTRIBDIR}/common/protocols etc/protocols
|
||||
COPY ${DISTRIBDIR}/common/protocols etc/protocols
|
||||
COPY ${DISTRIBDIR}/common/services etc/services
|
||||
|
||||
# we need the boot block in /usr/mdec + the MBR copy
|
||||
|
|
Loading…
Reference in New Issue