blob: 1d65a8e146d9306b0d475f37c50e27f0157afacd (
plain)
1
2
3
4
5
6
7
8
9
10
|
# $OpenBSD: list,v 1.4 1996/04/25 02:36:11 mickey Exp $
# copy the kernel
COPY ${CURDIR}/../../../../sys/arch/amiga/compile/INSTALL/netbsd netbsd
# and the upgrade tools
COPY dot.profile .profile
COPY dot.upgrutils .upgrutils
COPY upgrade.sh upgrade
SPECIAL chmod 755 upgrade
|