blob: 7616ecde6b7e73280e97b4787c98eede7e2c643b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# $Open: list,v 1.3 1995/12/14 06:59:49 deraadt 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
|