12 lines
299 B
Plaintext
12 lines
299 B
Plaintext
# $Id: list,v 1.5 1997/05/14 22:19:52 is 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
|