14 lines
342 B
Plaintext
14 lines
342 B
Plaintext
# $Id: list,v 1.2 1995/11/28 23:56:58 jtc Exp $
|
|
|
|
# the disktab explanation file
|
|
COPY disktab.preinstall etc
|
|
|
|
# copy the kernel
|
|
COPY ${CURDIR}/../../../../sys/arch/amiga/compile/INSTALL/netbsd netbsd
|
|
|
|
# and the installation tools
|
|
COPY dot.profile .profile
|
|
COPY dot.instutils .instutils
|
|
COPY install.sh install
|
|
SPECIAL chmod 755 install
|