Deleted Added
full compact
list (1.3) list (1.4)
1# $NetBSD: list,v 1.3 1999/01/27 13:18:30 tsubai Exp $
1# $NetBSD: list,v 1.4 1999/05/23 07:31:20 tron Exp $
2
3# copy the crunched binary, link to it, and kill it
4COPY ${OBJDIR}/ramdiskbin ramdiskbin
5LINK ramdiskbin sysinst
6LINK ramdiskbin bin/cat
7LINK ramdiskbin bin/chmod
8LINK ramdiskbin bin/cp
9LINK ramdiskbin bin/dd

--- 67 unchanged lines hidden (view full) ---

77# various files that we need in /etc for the install
78#COPY ${DESTDIR}/etc/disktab etc/disktab
79COPY ${CURDIR}/../../../../etc/group etc/group
80COPY ${CURDIR}/../../../../etc/master.passwd etc/passwd
81COPY ${CURDIR}/../../../../etc/protocols etc/protocols
82COPY ${CURDIR}/../../../../etc/services etc/services
83
84# the disktab explanation file
2
3# copy the crunched binary, link to it, and kill it
4COPY ${OBJDIR}/ramdiskbin ramdiskbin
5LINK ramdiskbin sysinst
6LINK ramdiskbin bin/cat
7LINK ramdiskbin bin/chmod
8LINK ramdiskbin bin/cp
9LINK ramdiskbin bin/dd

--- 67 unchanged lines hidden (view full) ---

77# various files that we need in /etc for the install
78#COPY ${DESTDIR}/etc/disktab etc/disktab
79COPY ${CURDIR}/../../../../etc/group etc/group
80COPY ${CURDIR}/../../../../etc/master.passwd etc/passwd
81COPY ${CURDIR}/../../../../etc/protocols etc/protocols
82COPY ${CURDIR}/../../../../etc/services etc/services
83
84# the disktab explanation file
85COPY disktab.preinstall etc/disktab.preinstall
85COPY ${CURDIR}/disktab.preinstall etc/disktab.preinstall
86
87# and the installation scripts
88COPY ${CURDIR}/dot.profile .profile
89
90# Minimize use of MFS
91SYMLINK /tmp var/tmp
86
87# and the installation scripts
88COPY ${CURDIR}/dot.profile .profile
89
90# Minimize use of MFS
91SYMLINK /tmp var/tmp