bdf4da2bba
slightly over 1K of space on install media...
12 lines
309 B
Plaintext
12 lines
309 B
Plaintext
# $NetBSD: list,v 1.6 2009/09/20 22:46:11 abs Exp $
|
|
|
|
# copy the kernel
|
|
#COPY ${CURDIR}/../../../../sys/arch/amiga/compile/GENERIC/netbsd netbsd
|
|
COPY /netbsd netbsd
|
|
|
|
# and the installation tools
|
|
COPY dot.profile .profile
|
|
COPY dot.instutils .instutils
|
|
COPY install.sh install
|
|
SPECIAL chmod 755 install
|