12 lines
306 B
Plaintext
12 lines
306 B
Plaintext
# $NetBSD: list,v 1.6 1998/01/06 04:45:10 perry Exp $
|
|
|
|
# copy the kernel
|
|
#COPY ${CURDIR}/../../../../sys/arch/amiga/compile/GENERIC/netbsd netbsd
|
|
COPY /netbsd netbsd
|
|
|
|
# and the upgrade tools
|
|
COPY dot.profile .profile
|
|
COPY dot.upgrutils .upgrutils
|
|
COPY upgrade.sh upgrade
|
|
SPECIAL chmod 755 upgrade
|