11 lines
279 B
Plaintext
11 lines
279 B
Plaintext
# $Id: list,v 1.4 1996/09/28 18:06:00 chopps Exp $
|
|
|
|
# copy the kernel
|
|
COPY ${CURDIR}/../../../../sys/arch/amiga/compile/GENERIC/netbsd netbsd
|
|
|
|
# and the upgrade tools
|
|
COPY dot.profile .profile
|
|
COPY dot.upgrutils .upgrutils
|
|
COPY upgrade.sh upgrade
|
|
SPECIAL chmod 755 upgrade
|