blob: d58cd3ca66bf71962c66646e4fbf870e15956664 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# $OpenBSD: list,v 1.6 1996/10/10 06:38:49 niklas Exp $
# the disktab explanation file
COPY disktab.preinstall etc
# copy the kernel
COPY ${CURDIR}/../../../../sys/arch/amiga/compile/GENERIC/bsd bsd
# and the installation tools
COPY dot.profile .profile
COPY dot.instutils .instutils
COPY install.sh install
SPECIAL chmod 755 install
|