14 lines
345 B
Plaintext
14 lines
345 B
Plaintext
# $Id: list,v 1.3 1996/09/28 18:05:59 chopps Exp $
|
|
|
|
# the disktab explanation file
|
|
COPY disktab.preinstall etc
|
|
|
|
# copy the kernel
|
|
COPY ${CURDIR}/../../../../sys/arch/amiga/compile/GENERIC/netbsd netbsd
|
|
|
|
# and the installation tools
|
|
COPY dot.profile .profile
|
|
COPY dot.instutils .instutils
|
|
COPY install.sh install
|
|
SPECIAL chmod 755 install
|