15 lines
372 B
Plaintext
15 lines
372 B
Plaintext
# $NetBSD: list,v 1.5 1998/01/06 04:45:07 perry Exp $
|
|
|
|
# the disktab explanation file
|
|
COPY disktab.preinstall etc
|
|
|
|
# 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
|